]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/oprofile/common.c
[POWERPC] pasemi: PA6T oprofile support
[karo-tx-linux.git] / arch / powerpc / oprofile / common.c
index fbd62eacfdf4264c5620167ce78edc77f157654b..1a7ef7e246d2bb0c069c396ee63ccc23dd2aa92a 100644 (file)
@@ -160,6 +160,9 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
                case PPC_OPROFILE_POWER4:
                        model = &op_model_power4;
                        break;
+               case PPC_OPROFILE_PA6T:
+                       model = &op_model_pa6t;
+                       break;
 #endif
 #ifdef CONFIG_6xx
                case PPC_OPROFILE_G4: