mirror of https://gitee.com/openkylin/linux.git
powerpc: Remove unnecessary ifdefs
Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
5f630401f9
commit
f0f0c9ac20
|
@ -553,9 +553,7 @@ static inline int cpu_has_feature(unsigned long feature)
|
||||||
& feature);
|
& feature);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_HAVE_HW_BREAKPOINT
|
|
||||||
#define HBP_NUM 1
|
#define HBP_NUM 1
|
||||||
#endif /* CONFIG_HAVE_HW_BREAKPOINT */
|
|
||||||
|
|
||||||
#endif /* !__ASSEMBLY__ */
|
#endif /* !__ASSEMBLY__ */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue