aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-08-06 04:29:14 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-09-07 21:35:02 -0400
commit04ec080dcaad7d3c6d0b40b599c8e63da618f784 (patch)
tree664b76ee3c72a42808fad0621b23cffb063b928f /arch
parentee43a8442bd7a5d611f11958e6f8c8953d26f907 (diff)
sh: Kill off unused defines from asm/smp.h.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/include/asm/smp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/include/asm/smp.h b/arch/sh/include/asm/smp.h
index 593343cd26ee..e2b79e6864e7 100644
--- a/arch/sh/include/asm/smp.h
+++ b/arch/sh/include/asm/smp.h
@@ -21,11 +21,6 @@ extern int __cpu_number_map[NR_CPUS];
21extern int __cpu_logical_map[NR_CPUS]; 21extern int __cpu_logical_map[NR_CPUS];
22#define cpu_logical_map(cpu) __cpu_logical_map[cpu] 22#define cpu_logical_map(cpu) __cpu_logical_map[cpu]
23 23
24/* I've no idea what the real meaning of this is */
25#define PROC_CHANGE_PENALTY 20
26
27#define NO_PROC_ID (-1)
28
29#define SMP_MSG_FUNCTION 0 24#define SMP_MSG_FUNCTION 0
30#define SMP_MSG_RESCHEDULE 1 25#define SMP_MSG_RESCHEDULE 1
31#define SMP_MSG_FUNCTION_SINGLE 2 26#define SMP_MSG_FUNCTION_SINGLE 2