| Submitter | Michael Neuling |
|---|---|
| Date | Aug. 22, 2012, 7:22 a.m. |
| Message ID | <1345620143-17289-2-git-send-email-mikey@neuling.org> |
| Download | mbox | patch |
| Permalink | /patch/179250/ |
| State | Accepted |
| Commit | f0f0c9ac2051e5da4afa1f3f908ace197a4de80e |
| Delegated to: | Benjamin Herrenschmidt |
| Headers | show |
Comments
Patch
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__ */
Signed-off-by: Michael Neuling <mikey@neuling.org> --- arch/powerpc/include/asm/cputable.h | 2 -- 1 file changed, 2 deletions(-)