]> Pileus Git - ~andy/linux/blobdiff - arch/ppc/kernel/perfmon.c
[PATCH] ppc32: Add support for Freescale e200 (Book-E) core
[~andy/linux] / arch / ppc / kernel / perfmon.c
index 918f6b252e454cc9c8a3374abfe0bc6b57e60569..fa1dad96b8309f1b44a4a40aef2748a36b4cf3e0 100644 (file)
@@ -36,7 +36,7 @@
 /* A lock to regulate grabbing the interrupt */
 DEFINE_SPINLOCK(perfmon_lock);
 
-#ifdef CONFIG_FSL_BOOKE
+#if defined (CONFIG_FSL_BOOKE) && !defined (CONFIG_E200)
 static void dummy_perf(struct pt_regs *regs)
 {
        unsigned int pmgc0 = mfpmr(PMRN_PMGC0);