Browse Source

powerpc: Remove unnecessary ifdefs

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Michael Neuling 13 years ago
parent
commit
f0f0c9ac20
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/powerpc/include/asm/cputable.h

+ 0 - 2
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__ */