]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/cputable.h
[PATCH] Remove debug.h from rio.h (unused file)
[linux-2.6] / include / asm-powerpc / cputable.h
index 03017d90570494a18e4caca2d7f9f01d3ac77110..64210549f56b2b52cca83cddd84c489daec3c4e4 100644 (file)
@@ -32,11 +32,11 @@ struct cpu_spec;
 typedef        void (*cpu_setup_t)(unsigned long offset, struct cpu_spec* spec);
 
 enum powerpc_oprofile_type {
-       INVALID = 0,
-       RS64 = 1,
-       POWER4 = 2,
-       G4 = 3,
-       BOOKE = 4,
+       PPC_OPROFILE_INVALID = 0,
+       PPC_OPROFILE_RS64 = 1,
+       PPC_OPROFILE_POWER4 = 2,
+       PPC_OPROFILE_G4 = 3,
+       PPC_OPROFILE_BOOKE = 4,
 };
 
 struct cpu_spec {