]> err.no Git - linux-2.6/blobdiff - arch/powerpc/oprofile/common.c
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
[linux-2.6] / 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: