[patch] smp_processor_id() cleanup fix, 2.6.12-rc5

From: Ingo Molnar
Date: Fri May 27 2005 - 08:09:48 EST



* Matthew Dobson <colpatch@xxxxxxxxxx> wrote:

> > + * lib/kernel_lock.c

> Nope. It's lib/smp_processor_id.c.

indeed. Fix below.

Ingo

--

fix comments in lib/smp_processor_id.c.

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>

--- linux/lib/smp_processor_id.c.orig
+++ linux/lib/smp_processor_id.c
@@ -1,7 +1,7 @@
/*
- * lib/kernel_lock.c
+ * lib/smp_processor_id.c
*
- * DEBUG_PREEMPT variant of smp_processor_id.
+ * DEBUG_PREEMPT variant of smp_processor_id().
*/
#include <linux/module.h>
#include <linux/kallsyms.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/