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

Collapse All | Expand All

(-)vmmon-only.orig/linux/vmmonInt.h (-2 / +2 lines)
Lines 31-37 Link Here
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, wait)
35
#endif
35
#endif
36
36
37
37
Lines 85-91 Link Here
85
              smp_call_function_single(cpu, fn, info, wait)
85
              smp_call_function_single(cpu, fn, info, wait)
86
#   else
86
#   else
87
#      define compat_smp_call_function_single(cpu, fn, info, wait) \
87
#      define compat_smp_call_function_single(cpu, fn, info, wait) \
88
              smp_call_function_single(cpu, fn, info, 1, wait)
88
              smp_call_function_single(cpu, fn, info, wait)
89
#   endif // VMW_HAVE_SMP_CALL_3ARG
89
#   endif // VMW_HAVE_SMP_CALL_3ARG
90
#else // VERSION >= 2.6.20
90
#else // VERSION >= 2.6.20
91
#      define compat_smp_call_function_single(cpu, fn, info, wait) (-ENOSYS)
91
#      define compat_smp_call_function_single(cpu, fn, info, wait) (-ENOSYS)

Return to bug 559798