The patch titled

     nmi-lockup-and-altsysrq-p-dumping-calltraces-on-_all_-cpus warning fix

has been added to the -mm tree.  Its filename is

     
nmi-lockup-and-altsysrq-p-dumping-calltraces-on-_all_-cpus-warning-fix.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-drm-drm_agpsupport-warning-fix.patch
ppp_mppe-add-ppp-mppe-encryption-module.patch
fix-smsc_ircc_init-return-value.patch
dlm-debug-fs.patch
nmi-lockup-and-altsysrq-p-dumping-calltraces-on-_all_-cpus-warning-fix.patch



From: Brice Goglin <[EMAIL PROTECTED]>



Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 include/linux/smp.h |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletion(-)

diff -puN 
include/linux/smp.h~nmi-lockup-and-altsysrq-p-dumping-calltraces-on-_all_-cpus-warning-fix
 include/linux/smp.h
--- 
devel/include/linux/smp.h~nmi-lockup-and-altsysrq-p-dumping-calltraces-on-_all_-cpus-warning-fix
    2005-08-21 21:46:30.000000000 -0700
+++ devel-akpm/include/linux/smp.h      2005-08-21 21:46:30.000000000 -0700
@@ -100,12 +100,16 @@ void smp_prepare_boot_cpu(void);
 #define raw_smp_processor_id()                 0
 #define hard_smp_processor_id()                        0
 #define smp_call_function(func,info,retry,wait)        ({ 0; })
-#define smp_nmi_call_function(func, info, wait)        ({ 0; })
 #define on_each_cpu(func,info,retry,wait)      ({ func(info); 0; })
 static inline void smp_send_reschedule(int cpu) { }
 #define num_booting_cpus()                     1
 #define smp_prepare_boot_cpu()                 do {} while (0)
 
+static inline int smp_nmi_call_function (smp_nmi_function func,
+                                        void *info, int wait) {
+       return 0;
+}
+
 #endif /* !SMP */
 
 /*
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to