diff options
author | Michael Neuling <mikey@neuling.org> | 2012-08-21 21:22:22 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-08-24 20:26:06 +1000 |
commit | f0f0c9ac2051e5da4afa1f3f908ace197a4de80e (patch) | |
tree | c7f06e35e19f3115e24bb9fc3509814fb7d1bd83 /arch | |
parent | 5f630401f9e98bd062733b5bbef096dbf2158066 (diff) | |
download | linux-3.10-f0f0c9ac2051e5da4afa1f3f908ace197a4de80e.tar.gz linux-3.10-f0f0c9ac2051e5da4afa1f3f908ace197a4de80e.tar.bz2 linux-3.10-f0f0c9ac2051e5da4afa1f3f908ace197a4de80e.zip |
powerpc: Remove unnecessary ifdefs
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/include/asm/cputable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/cputable.h b/arch/powerpc/include/asm/cputable.h index 50d82c8a037..b3c083de17a 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__ */ |