aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/efi.c
diff options
context:
space:
mode:
authorFenghua Yu <fenghua.yu@intel.com>2008-03-14 13:57:08 -0700
committerTony Luck <tony.luck@intel.com>2008-04-04 11:06:38 -0700
commita6c75b86ce9f01db4ea9912877b526c2dc4d2f0a (patch)
treea8763d9be28ffff5d28f1ff3235f044aaa64a0fa /arch/ia64/kernel/efi.c
parent[IA64] Multiple outstanding ptc.g instruction support (diff)
downloadlinux-dev-a6c75b86ce9f01db4ea9912877b526c2dc4d2f0a.tar.xz
linux-dev-a6c75b86ce9f01db4ea9912877b526c2dc4d2f0a.zip
[IA64] Kernel parameter for max number of concurrent global TLB purges
The patch defines kernel parameter "nptcg=". The parameter overrides max number of concurrent global TLB purges which is reported from either PAL_VM_SUMMARY or SAL PALO. Signed-off-by: Fenghua Yu <fenghua.yu@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/efi.c')
-rw-r--r--arch/ia64/kernel/efi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/efi.c b/arch/ia64/kernel/efi.c
index 003cd09b0732..d45f215bc8fc 100644
--- a/arch/ia64/kernel/efi.c
+++ b/arch/ia64/kernel/efi.c
@@ -436,7 +436,7 @@ static void __init handle_palo(unsigned long palo_phys)
return;
}
- setup_ptcg_sem(palo->max_tlb_purges, 1);
+ setup_ptcg_sem(palo->max_tlb_purges, NPTCG_FROM_PALO);
}
void