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

Collapse All | Expand All

(-)vmmon-only/linux/vmmonInt.h.1 (-4 / +4 lines)
Lines 28-38 Link Here
28
 * Hide all kernel compatibility stuff in these macros and functions.
28
 * Hide all kernel compatibility stuff in these macros and functions.
29
 */
29
 */
30
30
31
#ifdef VMW_HAVE_SMP_CALL_3ARG
31
//#ifdef VMW_HAVE_SMP_CALL_3ARG
32
#define compat_smp_call_function(fn, info, wait) smp_call_function(fn, info, wait)
32
#define compat_smp_call_function(fn, info, wait) smp_call_function(fn, info, wait)
33
#else
33
//#else
34
#define compat_smp_call_function(fn, info, wait) smp_call_function(fn, info, 1, wait)
34
//#define compat_smp_call_function(fn, info, wait) smp_call_function(fn, info, 1, wait)
35
#endif
35
//#endif
36
36
37
/*
37
/*
38
 * Although this is not really related to kernel-compatibility, I put this
38
 * Although this is not really related to kernel-compatibility, I put this

Return to bug 565060