diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-03-16 17:48:12 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-03-16 17:48:12 -0400 |
commit | d524cb7bd569bd8fcf136c7ee4b37a215ded71b5 (patch) | |
tree | 0616ebb87bbc0c44e45aa7c92fe21c6709fa73bd /Documentation | |
parent | e7d7017fd16ef10545602f8d176aff52778ed0e3 (diff) | |
parent | dbdafe5ccf02d6a59e412ac8314a030ec703e880 (diff) |
Merge branch 'master' of
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.33.y
Conflicts:
Makefile
arch/x86/kernel/apic/io_apic.c
drivers/staging/mimio/mimio.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 7 | ||||
-rw-r--r-- | Documentation/laptops/thinkpad-acpi.txt | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index e7848a0d99eb..e2c74872ab70 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2703,6 +2703,13 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2703 | medium is write-protected). | 2703 | medium is write-protected). |
2704 | Example: quirks=0419:aaf5:rl,0421:0433:rc | 2704 | Example: quirks=0419:aaf5:rl,0421:0433:rc |
2705 | 2705 | ||
2706 | userpte= | ||
2707 | [X86] Flags controlling user PTE allocations. | ||
2708 | |||
2709 | nohigh = do not allocate PTE pages in | ||
2710 | HIGHMEM regardless of setting | ||
2711 | of CONFIG_HIGHPTE. | ||
2712 | |||
2706 | vdso= [X86,SH] | 2713 | vdso= [X86,SH] |
2707 | vdso=2: enable compat VDSO (default with COMPAT_VDSO) | 2714 | vdso=2: enable compat VDSO (default with COMPAT_VDSO) |
2708 | vdso=1: enable VDSO (default) | 2715 | vdso=1: enable VDSO (default) |
diff --git a/Documentation/laptops/thinkpad-acpi.txt b/Documentation/laptops/thinkpad-acpi.txt index 75afa1229fd7..39c0a09d0105 100644 --- a/Documentation/laptops/thinkpad-acpi.txt +++ b/Documentation/laptops/thinkpad-acpi.txt | |||
@@ -650,6 +650,10 @@ LCD, CRT or DVI (if available). The following commands are available: | |||
650 | echo expand_toggle > /proc/acpi/ibm/video | 650 | echo expand_toggle > /proc/acpi/ibm/video |
651 | echo video_switch > /proc/acpi/ibm/video | 651 | echo video_switch > /proc/acpi/ibm/video |
652 | 652 | ||
653 | NOTE: Access to this feature is restricted to processes owning the | ||
654 | CAP_SYS_ADMIN capability for safety reasons, as it can interact badly | ||
655 | enough with some versions of X.org to crash it. | ||
656 | |||
653 | Each video output device can be enabled or disabled individually. | 657 | Each video output device can be enabled or disabled individually. |
654 | Reading /proc/acpi/ibm/video shows the status of each device. | 658 | Reading /proc/acpi/ibm/video shows the status of each device. |
655 | 659 | ||