Commit 79cd6ac9 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Linus Torvalds

[PATCH] ppc: remove duplicate define

The MMCR0_PMXE is already defined in reg.h, so no need to redefine it here.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e63fe401
...@@ -47,7 +47,6 @@ static void dummy_perf(struct pt_regs *regs) ...@@ -47,7 +47,6 @@ static void dummy_perf(struct pt_regs *regs)
#else #else
/* Ensure exceptions are disabled */ /* Ensure exceptions are disabled */
#define MMCR0_PMXE (1UL << (31 - 5))
static void dummy_perf(struct pt_regs *regs) static void dummy_perf(struct pt_regs *regs)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment