diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-23 00:21:55 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-23 00:21:55 -0500 |
commit | bb1281f2aae08e5ef23eb0692c8833e95579cdf2 (patch) | |
tree | e00abd368a90eb947df37ba1e6082c864635cb80 /Documentation/x86 | |
parent | 4988abf1749241bc80600a6b3283d03898d2717c (diff) | |
parent | c04e7da0133fbe7f799b9356982371d228df9994 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree updates from Jiri Kosina:
"Usual rocket science stuff from trivial.git"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)
neighbour.h: fix comment
sched: Fix warning on make htmldocs caused by wait.h
slab: struct kmem_cache is protected by slab_mutex
doc: Fix typo in USB Gadget Documentation
of/Kconfig: Spelling s/one/once/
mkregtable: Fix sscanf handling
lp5523, lp8501: comment improvements
thermal: rcar: comment spelling
treewide: fix comments and printk msgs
IXP4xx: remove '1 &&' from a condition check in ixp4xx_restart()
Documentation: update /proc/uptime field description
Documentation: Fix size parameter for snprintf
arm: fix comment header and macro name
asm-generic: uaccess: Spelling s/a ny/any/
mtd: onenand: fix comment header
doc: driver-model/platform.txt: fix a typo
drivers: fix typo in DEVTMPFS_MOUNT Kconfig help text
doc: Fix typo (acces_process_vm -> access_process_vm)
treewide: Fix typos in printk
drivers/gpu/drm/qxl/Kconfig: reformat the help text
...
Diffstat (limited to 'Documentation/x86')
-rw-r--r-- | Documentation/x86/x86_64/boot-options.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Documentation/x86/x86_64/boot-options.txt b/Documentation/x86/x86_64/boot-options.txt index 1228b22e142b..5223479291a2 100644 --- a/Documentation/x86/x86_64/boot-options.txt +++ b/Documentation/x86/x86_64/boot-options.txt | |||
@@ -78,14 +78,6 @@ APICs | |||
78 | 78 | ||
79 | no_timer_check Don't check the IO-APIC timer. This can work around | 79 | no_timer_check Don't check the IO-APIC timer. This can work around |
80 | problems with incorrect timer initialization on some boards. | 80 | problems with incorrect timer initialization on some boards. |
81 | |||
82 | apicmaintimer Run time keeping from the local APIC timer instead | ||
83 | of using the PIT/HPET interrupt for this. This is useful | ||
84 | when the PIT/HPET interrupts are unreliable. | ||
85 | |||
86 | noapicmaintimer Don't do time keeping using the APIC timer. | ||
87 | Useful when this option was auto selected, but doesn't work. | ||
88 | |||
89 | apicpmtimer | 81 | apicpmtimer |
90 | Do APIC timer calibration using the pmtimer. Implies | 82 | Do APIC timer calibration using the pmtimer. Implies |
91 | apicmaintimer. Useful when your PIT timer is totally | 83 | apicmaintimer. Useful when your PIT timer is totally |
@@ -144,11 +136,6 @@ Non Executable Mappings | |||
144 | on Enable(default) | 136 | on Enable(default) |
145 | off Disable | 137 | off Disable |
146 | 138 | ||
147 | SMP | ||
148 | |||
149 | additional_cpus=NUM Allow NUM more CPUs for hotplug | ||
150 | (defaults are specified by the BIOS, see Documentation/x86/x86_64/cpu-hotplug-spec) | ||
151 | |||
152 | NUMA | 139 | NUMA |
153 | 140 | ||
154 | numa=off Only set up a single NUMA node spanning all memory. | 141 | numa=off Only set up a single NUMA node spanning all memory. |
@@ -289,16 +276,6 @@ Debugging | |||
289 | 276 | ||
290 | kstack=N Print N words from the kernel stack in oops dumps. | 277 | kstack=N Print N words from the kernel stack in oops dumps. |
291 | 278 | ||
292 | pagefaulttrace Dump all page faults. Only useful for extreme debugging | ||
293 | and will create a lot of output. | ||
294 | |||
295 | call_trace=[old|both|newfallback|new] | ||
296 | old: use old inexact backtracer | ||
297 | new: use new exact dwarf2 unwinder | ||
298 | both: print entries from both | ||
299 | newfallback: use new unwinder but fall back to old if it gets | ||
300 | stuck (default) | ||
301 | |||
302 | Miscellaneous | 279 | Miscellaneous |
303 | 280 | ||
304 | nogbpages | 281 | nogbpages |