diff mbox

powerpc: Remove unnecessary ifdefs

Message ID 1345620143-17289-2-git-send-email-mikey@neuling.org (mailing list archive)
State Accepted, archived
Commit f0f0c9ac2051e5da4afa1f3f908ace197a4de80e
Delegated to: Benjamin Herrenschmidt
Headers show

Commit Message

Michael Neuling Aug. 22, 2012, 7:22 a.m. UTC
Signed-off-by: Michael Neuling <mikey@neuling.org>
---
 arch/powerpc/include/asm/cputable.h |    2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/arch/powerpc/include/asm/cputable.h b/arch/powerpc/include/asm/cputable.h
index 50d82c8..b3c083d 100644
--- a/arch/powerpc/include/asm/cputable.h
+++ b/arch/powerpc/include/asm/cputable.h
@@ -553,9 +553,7 @@  static inline int cpu_has_feature(unsigned long feature)
 		& feature);
 }
 
-#ifdef CONFIG_HAVE_HW_BREAKPOINT
 #define HBP_NUM 1
-#endif /* CONFIG_HAVE_HW_BREAKPOINT */
 
 #endif /* !__ASSEMBLY__ */