diff options
Diffstat (limited to 'include/asm-powerpc/cputable.h')
-rw-r--r-- | include/asm-powerpc/cputable.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/asm-powerpc/cputable.h b/include/asm-powerpc/cputable.h index 03017d905704..64210549f56b 100644 --- a/include/asm-powerpc/cputable.h +++ b/include/asm-powerpc/cputable.h | |||
@@ -32,11 +32,11 @@ struct cpu_spec; | |||
32 | typedef void (*cpu_setup_t)(unsigned long offset, struct cpu_spec* spec); | 32 | typedef void (*cpu_setup_t)(unsigned long offset, struct cpu_spec* spec); |
33 | 33 | ||
34 | enum powerpc_oprofile_type { | 34 | enum powerpc_oprofile_type { |
35 | INVALID = 0, | 35 | PPC_OPROFILE_INVALID = 0, |
36 | RS64 = 1, | 36 | PPC_OPROFILE_RS64 = 1, |
37 | POWER4 = 2, | 37 | PPC_OPROFILE_POWER4 = 2, |
38 | G4 = 3, | 38 | PPC_OPROFILE_G4 = 3, |
39 | BOOKE = 4, | 39 | PPC_OPROFILE_BOOKE = 4, |
40 | }; | 40 | }; |
41 | 41 | ||
42 | struct cpu_spec { | 42 | struct cpu_spec { |