From 1818c98223bf48c0df74fee503c5b54d60083df3 Mon Sep 17 00:00:00 2001 From: Jesper Nilsson Date: Mon, 21 Jan 2008 15:15:09 +0100 Subject: [PATCH] --- yaml --- r: 84984 b: refs/heads/master c: 78759757dff4ba9a2564daad1fc8e7f051080cd1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-cris/smp.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 438ad0992e2a..788cefcccc40 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9bf79539ed0866f1f67d09e807e745eae9588adb +refs/heads/master: 78759757dff4ba9a2564daad1fc8e7f051080cd1 diff --git a/trunk/include/asm-cris/smp.h b/trunk/include/asm-cris/smp.h index dca5ef1d8c97..dba33aba3e95 100644 --- a/trunk/include/asm-cris/smp.h +++ b/trunk/include/asm-cris/smp.h @@ -4,8 +4,8 @@ #include extern cpumask_t phys_cpu_present_map; -#define cpu_possible_map phys_cpu_present_map +extern cpumask_t cpu_possible_map; -#define __smp_processor_id() (current_thread_info()->cpu) +#define raw_smp_processor_id() (current_thread_info()->cpu) #endif