Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=78759757dff4ba9a2564daad1fc8e7f051080cd1
Commit:     78759757dff4ba9a2564daad1fc8e7f051080cd1
Parent:     9bf79539ed0866f1f67d09e807e745eae9588adb
Author:     Jesper Nilsson <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 21 15:15:09 2008 +0100
Committer:  Jesper Nilsson <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 11:06:32 2008 +0100

    CRIS: Update cpu_possible_map and raw_smp_processor_id in smp.h header.
    
    - Change name of __smp_processor_id to raw_smp_processor_id.
    - cpu_possible_map is no longer a define for phys_cpu_present_map,
      it is now a cpumask_t.
---
 include/asm-cris/smp.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/asm-cris/smp.h b/include/asm-cris/smp.h
index dca5ef1..dba33ab 100644
--- a/include/asm-cris/smp.h
+++ b/include/asm-cris/smp.h
@@ -4,8 +4,8 @@
 #include <linux/cpumask.h>
 
 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to