Commit d9e58912 authored by David Mosberger's avatar David Mosberger Committed by David Mosberger

ia64: Allow 4GB TLB purges by default. Reported by Rohit Seth.

parent 7e2de517
......@@ -177,7 +177,7 @@ ia64_tlb_init (void)
if ((status = ia64_pal_vm_page_size(&tr_pgbits, &purge.mask)) != 0) {
printk(KERN_ERR "PAL_VM_PAGE_SIZE failed with status=%ld;"
"defaulting to architected purge page-sizes.\n", status);
purge.mask = 0x15557000;
purge.mask = 0x115557000;
}
purge.max_bits = ia64_fls(purge.mask);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment