[patch 4/6] uml: don't declare cpu_online - fix compilation error

From: blaisorblade_spam
Date: Mon Oct 11 2004 - 19:25:48 EST



Avoid redeclaring again (resulting in a compilation error) cpu_online and
cpu_*_map, which are now declared elsewhere.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@xxxxxxxx>
---

linux-2.6.9-current-paolo/include/asm-um/smp.h | 6 ------
1 files changed, 6 deletions(-)

diff -puN include/asm-um/smp.h~uml-no-decl-cpu_online include/asm-um/smp.h
--- linux-2.6.9-current/include/asm-um/smp.h~uml-no-decl-cpu_online 2004-10-12 01:18:02.531646720 +0200
+++ linux-2.6.9-current-paolo/include/asm-um/smp.h 2004-10-12 01:18:02.533646416 +0200
@@ -8,10 +8,6 @@
#include "asm/current.h"
#include "linux/cpumask.h"

-extern cpumask_t cpu_online_map;
-extern cpumask_t cpu_possible_map;
-
-
#define smp_processor_id() (current_thread->cpu)
#define cpu_logical_map(n) (n)
#define cpu_number_map(n) (n)
@@ -19,8 +15,6 @@ extern cpumask_t cpu_possible_map;
extern int hard_smp_processor_id(void);
#define NO_PROC_ID -1

-#define cpu_online(cpu) cpu_isset(cpu, cpu_online_map)
-
extern int ncpus;


_
-
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/