summaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm/smp.h
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-02-19 17:35:28 +0100
committerJesper Nilsson <jespern@axis.com>2015-03-25 10:55:10 +0100
commit47a8f6fb349c977ff752f979b159aef96a0bb352 (patch)
tree53c52b00d97eb5b0e284b67d66f09ed7ab9a5744 /arch/cris/include/asm/smp.h
parent06aca92424c2a53a9e26cb81c1d6a829af9491b8 (diff)
downloadlinux-47a8f6fb349c977ff752f979b159aef96a0bb352.tar.bz2
CRIS: remove SMP code
The CRIS SMP code cannot be built since there is no (and appears to never have been) a CONFIG_SMP Kconfig option in arch/cris/. Remove it. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/cris/include/asm/smp.h')
-rw-r--r--arch/cris/include/asm/smp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/cris/include/asm/smp.h b/arch/cris/include/asm/smp.h
deleted file mode 100644
index c615a06dd757..000000000000
--- a/arch/cris/include/asm/smp.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __ASM_SMP_H
-#define __ASM_SMP_H
-
-#include <linux/cpumask.h>
-
-extern cpumask_t phys_cpu_present_map;
-
-#define raw_smp_processor_id() (current_thread_info()->cpu)
-
-#endif