Skip to content

Commit

Permalink
ppc: Remove duplicate definition of PV_POWER7
Browse files Browse the repository at this point in the history
One definition of PV_POWER7 seems enough to me.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Peter Zijlstra authored and Benjamin Herrenschmidt committed Aug 5, 2011
1 parent bed9a31 commit 501d238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/include/asm/reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@
#define PV_970 0x0039
#define PV_POWER5 0x003A
#define PV_POWER5p 0x003B
#define PV_POWER7 0x003F
#define PV_970FX 0x003C
#define PV_POWER6 0x003E
#define PV_POWER7 0x003F
Expand Down

0 comments on commit 501d238

Please sign in to comment.