From 4317ac60f4891d20ae18bd7adb587af9f3fb76ac Mon Sep 17 00:00:00 2001 From: jsteube Date: Mon, 9 May 2016 23:14:26 +0200 Subject: [PATCH] Remove unroll access for Drupal for NV gpus --- include/kernel_vendor.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/kernel_vendor.h b/include/kernel_vendor.h index d364256..6110537 100644 --- a/include/kernel_vendor.h +++ b/include/kernel_vendor.h @@ -80,6 +80,9 @@ #if KERN_TYPE == 7400 #undef _unroll #endif +#if KERN_TYPE == 7900 +#undef _unroll +#endif #if KERN_TYPE == 8200 #undef _unroll #endif -- 2.25.1