[PATCH] powerpc: Remove unnecessary ifdefs
Michael Neuling
mikey at neuling.org
Wed Aug 22 17:22:22 EST 2012
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
arch/powerpc/include/asm/cputable.h | 2 --
1 file changed, 2 deletions(-)
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__ */
--
1.7.9.5
More information about the Linuxppc-dev
mailing list