Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04ec080d authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Kill off unused defines from asm/smp.h.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent ee43a844
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -21,11 +21,6 @@ extern int __cpu_number_map[NR_CPUS];
extern int __cpu_logical_map[NR_CPUS];
#define cpu_logical_map(cpu)  __cpu_logical_map[cpu]

/* I've no idea what the real meaning of this is */
#define PROC_CHANGE_PENALTY	20

#define NO_PROC_ID	(-1)

#define SMP_MSG_FUNCTION	0
#define SMP_MSG_RESCHEDULE	1
#define SMP_MSG_FUNCTION_SINGLE	2