From: Michael Neuling Date: Tue, 21 Aug 2012 21:22:22 +0000 (+0000) Subject: powerpc: Remove unnecessary ifdefs X-Git-Tag: v3.6-rc4~13^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0f0c9ac2051e5da4afa1f3f908ace197a4de80e;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.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 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__ */