]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ppc: remove duplicate define
authorThomas Gleixner <tglx@linutronix.de>
Tue, 11 Jan 2005 09:41:32 +0000 (01:41 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 09:41:32 +0000 (01:41 -0800)
The MMCR0_PMXE is already defined in reg.h, so no need to redefine it here.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/kernel/perfmon.c

index 88452272cc9361ab25622b79068a650e73fa1ad7..cbb29e6f4902020bc3f6198ace6eaf8daedfd7ac 100644 (file)
@@ -47,7 +47,6 @@ static void dummy_perf(struct pt_regs *regs)
 
 #else
 /* Ensure exceptions are disabled */
-#define MMCR0_PMXE      (1UL << (31 - 5))
 
 static void dummy_perf(struct pt_regs *regs)
 {