From: Michael Neuling Date: Tue, 21 Aug 2012 21:22:22 +0000 (+0000) Subject: powerpc: Remove unnecessary ifdefs X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f0f0c9ac2051e5da4afa1f3f908ace197a4de80e;p=openwrt%2Fstaging%2Fblogic.git powerpc: Remove unnecessary ifdefs Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/include/asm/cputable.h b/arch/powerpc/include/asm/cputable.h index 50d82c8a037f..b3c083de17ad 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__ */