Skip to content

Commit

Permalink
powerpc: Remove unnecessary ifdefs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Neuling <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
mikey authored and ozbenh committed Aug 24, 2012
1 parent 5f63040 commit f0f0c9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/powerpc/include/asm/cputable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

Expand Down

0 comments on commit f0f0c9a

Please sign in to comment.