]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kernel/setup.c
[IA64] Kernel parameter for max number of concurrent global TLB purges
[linux-2.6-omap-h63xx.git] / arch / ia64 / kernel / setup.c
index 1cbd26340d875530449c551db4fcd85a14cd8bcf..f798c0769d360ff79ac4a24295e8b885c1361599 100644 (file)
@@ -949,7 +949,7 @@ cpu_init (void)
        /* set ia64_ctx.max_rid to the maximum RID that is supported by all CPUs: */
        if (ia64_pal_vm_summary(NULL, &vmi) == 0) {
                max_ctx = (1U << (vmi.pal_vm_info_2_s.rid_size - 3)) - 1;
-               setup_ptcg_sem(vmi.pal_vm_info_2_s.max_purges, 0);
+               setup_ptcg_sem(vmi.pal_vm_info_2_s.max_purges, NPTCG_FROM_PAL);
        } else {
                printk(KERN_WARNING "cpu_init: PAL VM summary failed, assuming 18 RID bits\n");
                max_ctx = (1U << 15) - 1;       /* use architected minimum */