Skip to content

Commit

Permalink
sh: Kill off unused defines from asm/smp.h.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 8, 2008
1 parent ee43a84 commit 04ec080
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/sh/include/asm/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04ec080

Please sign in to comment.