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