diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
| -rw-r--r-- | Documentation/kernel-parameters.txt | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 3e69c1c4f508..8c666d80f0e7 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1738,6 +1738,9 @@ and is between 256 and 4096 characters. It is defined in the file  	nomfgpt		[X86-32] Disable Multi-Function General Purpose  			Timer usage (for AMD Geode machines). +	nopat		[X86] Disable PAT (page attribute table extension of +			pagetables) support. +  	norandmaps	Don't use address space randomization.  Equivalent to  			echo 0 > /proc/sys/kernel/randomize_va_space @@ -2715,6 +2718,13 @@ and is between 256 and 4096 characters. It is defined in the file  					medium is write-protected).  			Example: quirks=0419:aaf5:rl,0421:0433:rc +	userpte= +			[X86] Flags controlling user PTE allocations. + +				nohigh = do not allocate PTE pages in +					HIGHMEM regardless of setting +					of CONFIG_HIGHPTE. +  	vdso=		[X86,SH]  			vdso=2: enable compat VDSO (default with COMPAT_VDSO)  			vdso=1: enable VDSO (default) | 
