projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f63040
)
powerpc: Remove unnecessary ifdefs
author
Michael Neuling
<
[email protected]
>
Tue, 21 Aug 2012 21:22:22 +0000
(21:22 +0000)
committer
Benjamin Herrenschmidt
<
[email protected]
>
Fri, 24 Aug 2012 10:26:06 +0000
(20:26 +1000)
Signed-off-by: Michael Neuling <
[email protected]
>
Signed-off-by: Benjamin Herrenschmidt <
[email protected]
>
arch/powerpc/include/asm/cputable.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/cputable.h
b/arch/powerpc/include/asm/cputable.h
index 50d82c8a037f4cec2903504541b39a6eb2352331..b3c083de17ad5d3d06739eecdde3926df8b1c39c 100644
(file)
--- 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__ */