Searched refs:ntlb (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dtlb-r4k.c404 static int __initdata ntlb = 0; variable
407 get_option(&str, &ntlb);
411 __setup("ntlb=", set_ntlb);
435 if (ntlb) {
436 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) {
437 int wired = current_cpu_data.tlbsize - ntlb;
440 printk ("Restricting TLB to %d entries\n", ntlb);
442 printk("Ignoring invalid argument ntlb=%d\n", ntlb);
[all...]

Completed in 86 milliseconds