From af00eb2d378cd534ccfb4570fa39050d3980144f Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Wed, 27 Sep 2006 14:32:57 +0900 Subject: [PATCH] --- yaml --- r: 36247 b: refs/heads/master c: ef9a1d4c0c383f75710f6adf2abb8cc264877e2c h: refs/heads/master i: 36245: 291eb15594cf1cf2ca362e48a65f0df2f3c7f5b8 36243: 1bb6b3860b56a5851aa7c31562c2fe10b2a6a684 36239: afa4c25ab06df4b7bf100b8f913624abe182d730 v: v3 --- [refs] | 2 +- trunk/include/asm-sh/smp.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index ded221eba08b..a117525376be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5b19c9081fbd0882c936ec087bf9055a20251dec +refs/heads/master: ef9a1d4c0c383f75710f6adf2abb8cc264877e2c diff --git a/trunk/include/asm-sh/smp.h b/trunk/include/asm-sh/smp.h index f57c4fe9692a..71ecddf70db3 100644 --- a/trunk/include/asm-sh/smp.h +++ b/trunk/include/asm-sh/smp.h @@ -19,11 +19,6 @@ #include #include -extern cpumask_t cpu_online_map; -extern cpumask_t cpu_possible_map; - -#define cpu_online(cpu) cpu_isset(cpu, cpu_online_map) - #define raw_smp_processor_id() (current_thread_info()->cpu) /* I've no idea what the real meaning of this is */