Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 490346 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- a/kernel/nv-linux.h
0
++ b/kernel/nv-linux.h
Lines 957-963 static inline int nv_execute_on_all_cpus Link Here
957
#endif
957
#endif
958
#if !defined(NV_VMWARE)
958
#if !defined(NV_VMWARE)
959
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0)
960
#define NV_NUM_PHYSPAGES                get_num_physpages()
961
#else
959
#define NV_NUM_PHYSPAGES                num_physpages
962
#define NV_NUM_PHYSPAGES                num_physpages
963
#endif
960
#define NV_GET_CURRENT_PROCESS()        current->tgid
964
#define NV_GET_CURRENT_PROCESS()        current->tgid
961
#define NV_IN_ATOMIC()                  in_atomic()
965
#define NV_IN_ATOMIC()                  in_atomic()
962
#define NV_LOCAL_BH_DISABLE()           local_bh_disable()
966
#define NV_LOCAL_BH_DISABLE()           local_bh_disable()

Return to bug 490346