aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-09-21 04:14:42 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-09-21 04:14:42 -0400
commit6902aa84f565153ce05f3438ecb8e445d4f468d8 (patch)
tree036cac5050b305f75c30e31811f4b735a2b4b0aa /Documentation
parent9d2b1f81dd93b198e12bca8120afec4a7b609b06 (diff)
doc: Add remaining SH parameters to kernel-parameters.txt.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 1150444a21ab..abeff96e9d46 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -796,6 +796,8 @@ and is between 256 and 4096 characters. It is defined in the file
796 Defaults to the default architecture's huge page size 796 Defaults to the default architecture's huge page size
797 if not specified. 797 if not specified.
798 798
799 hlt [BUGS=ARM,SH]
800
799 i8042.direct [HW] Put keyboard port into non-translated mode 801 i8042.direct [HW] Put keyboard port into non-translated mode
800 i8042.dumbkbd [HW] Pretend that controller can only read data from 802 i8042.dumbkbd [HW] Pretend that controller can only read data from
801 keyboard and cannot control its state 803 keyboard and cannot control its state
@@ -1206,6 +1208,10 @@ and is between 256 and 4096 characters. It is defined in the file
1206 mem=nopentium [BUGS=X86-32] Disable usage of 4MB pages for kernel 1208 mem=nopentium [BUGS=X86-32] Disable usage of 4MB pages for kernel
1207 memory. 1209 memory.
1208 1210
1211 memchunk=nn[KMG]
1212 [KNL,SH] Allow user to override the default size for
1213 per-device physically contiguous DMA buffers.
1214
1209 memmap=exactmap [KNL,X86-32,X86_64] Enable setting of an exact 1215 memmap=exactmap [KNL,X86-32,X86_64] Enable setting of an exact
1210 E820 memory map, as specified by the user. 1216 E820 memory map, as specified by the user.
1211 Such memmap=exactmap lines can be constructed based on 1217 Such memmap=exactmap lines can be constructed based on
@@ -1365,6 +1371,8 @@ and is between 256 and 4096 characters. It is defined in the file
1365 1371
1366 nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects. 1372 nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects.
1367 1373
1374 nodsp [SH] Disable hardware DSP at boot time.
1375
1368 noefi [X86-32,X86-64] Disable EFI runtime services support. 1376 noefi [X86-32,X86-64] Disable EFI runtime services support.
1369 1377
1370 noexec [IA-64] 1378 noexec [IA-64]
@@ -1381,13 +1389,15 @@ and is between 256 and 4096 characters. It is defined in the file
1381 noexec32=off: disable non-executable mappings 1389 noexec32=off: disable non-executable mappings
1382 read implies executable mappings 1390 read implies executable mappings
1383 1391
1392 nofpu [SH] Disable hardware FPU at boot time.
1393
1384 nofxsr [BUGS=X86-32] Disables x86 floating point extended 1394 nofxsr [BUGS=X86-32] Disables x86 floating point extended
1385 register save and restore. The kernel will only save 1395 register save and restore. The kernel will only save
1386 legacy floating-point registers on task switch. 1396 legacy floating-point registers on task switch.
1387 1397
1388 noclflush [BUGS=X86] Don't use the CLFLUSH instruction 1398 noclflush [BUGS=X86] Don't use the CLFLUSH instruction
1389 1399
1390 nohlt [BUGS=ARM] 1400 nohlt [BUGS=ARM,SH]
1391 1401
1392 no-hlt [BUGS=X86-32] Tells the kernel that the hlt 1402 no-hlt [BUGS=X86-32] Tells the kernel that the hlt
1393 instruction doesn't work correctly and not to 1403 instruction doesn't work correctly and not to