X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fparisc%2Fkernel%2Fperf.c;h=f8bacd79a631ecf9f5c67bf22d8d4f3398e16474;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=30f85ffa26ea961e0aaf349e1901ce39f87208c4;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/arch/parisc/kernel/perf.c b/arch/parisc/kernel/perf.c index 30f85ffa2..f8bacd79a 100644 --- a/arch/parisc/kernel/perf.c +++ b/arch/parisc/kernel/perf.c @@ -506,9 +506,11 @@ static int __init perf_init(void) perf_processor_interface = ONYX_INTF; } else if (boot_cpu_data.cpu_type == pcxw || boot_cpu_data.cpu_type == pcxw_ || - boot_cpu_data.cpu_type == pcxw2) { + boot_cpu_data.cpu_type == pcxw2 || + boot_cpu_data.cpu_type == mako) { perf_processor_interface = CUDA_INTF; - if (boot_cpu_data.cpu_type == pcxw2) + if (boot_cpu_data.cpu_type == pcxw2 || + boot_cpu_data.cpu_type == mako) bitmask_array = perf_bitmasks_piranha; } else { perf_processor_interface = UNKNOWN_INTF;