Skip to content

Commit 6614046

Browse files
huthJonathan Corbet
authored andcommitted
Documentation: Remove IA-64 from kernel-parameters
IA-64 has been removed from the tree, so we should also remove the corresponding kernel-parameters documentation now. Signed-off-by: Thomas Huth <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent bcc14d6 commit 6614046

File tree

2 files changed

+3
-43
lines changed

2 files changed

+3
-43
lines changed

Documentation/admin-guide/kernel-parameters.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ is applicable::
118118
HIBERNATION HIBERNATION is enabled.
119119
HW Appropriate hardware is enabled.
120120
HYPER_V HYPERV support is enabled.
121-
IA-64 IA-64 architecture is enabled.
122121
IMA Integrity measurement architecture is enabled.
123122
IP_PNP IP DHCP, BOOTP, or RARP is enabled.
124123
IPV6 IPv6 support is enabled.

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,8 +1778,6 @@
17781778
for 64-bit NUMA, off otherwise.
17791779
Format: 0 | 1 (for off | on)
17801780

1781-
hcl= [IA-64] SGI's Hardware Graph compatibility layer
1782-
17831781
hd= [EIDE] (E)IDE hard drive subsystem geometry
17841782
Format: <cyl>,<head>,<sect>
17851783

@@ -2522,7 +2520,7 @@
25222520

25232521
keepinitrd [HW,ARM] See retain_initrd.
25242522

2525-
kernelcore= [KNL,X86,IA-64,PPC,EARLY]
2523+
kernelcore= [KNL,X86,PPC,EARLY]
25262524
Format: nn[KMGTPE] | nn% | "mirror"
25272525
This parameter specifies the amount of memory usable by
25282526
the kernel for non-movable allocations. The requested
@@ -3168,17 +3166,10 @@
31683166
[SECURITY] Choose order of LSM initialization. This
31693167
overrides CONFIG_LSM, and the "security=" parameter.
31703168

3171-
machvec= [IA-64] Force the use of a particular machine-vector
3172-
(machvec) in a generic kernel.
3173-
Example: machvec=hpzx1
3174-
31753169
machtype= [Loongson] Share the same kernel image file between
31763170
different yeeloong laptops.
31773171
Example: machtype=lemote-yeeloong-2f-7inch
31783172

3179-
max_addr=nn[KMG] [KNL,BOOT,IA-64] All physical memory greater
3180-
than or equal to this physical address is ignored.
3181-
31823173
maxcpus= [SMP,EARLY] Maximum number of processors that an SMP kernel
31833174
will bring up during bootup. maxcpus=n : n >= 0 limits
31843175
the kernel to bring up 'n' processors. Surely after
@@ -3420,9 +3411,6 @@
34203411
Enable or disable the microcode minimal revision
34213412
enforcement for the runtime microcode loader.
34223413

3423-
min_addr=nn[KMG] [KNL,BOOT,IA-64] All physical memory below this
3424-
physical address is ignored.
3425-
34263414
mini2440= [ARM,HW,KNL]
34273415
Format:[0..2][b][c][t]
34283416
Default: "0tb"
@@ -3587,7 +3575,7 @@
35873575
mousedev.yres= [MOUSE] Vertical screen resolution, used for devices
35883576
reporting absolute coordinates, such as tablets
35893577

3590-
movablecore= [KNL,X86,IA-64,PPC,EARLY]
3578+
movablecore= [KNL,X86,PPC,EARLY]
35913579
Format: nn[KMGTPE] | nn%
35923580
This parameter is the complement to kernelcore=, it
35933581
specifies the amount of memory used for migratable
@@ -3861,8 +3849,6 @@
38613849

38623850
no_entry_flush [PPC,EARLY] Don't flush the L1-D cache when entering the kernel.
38633851

3864-
noexec [IA-64]
3865-
38663852
noexec32 [X86-64]
38673853
This affects only 32-bit executables.
38683854
noexec32=on: enable non-executable mappings (default)
@@ -3882,13 +3868,6 @@
38823868
register save and restore. The kernel will only save
38833869
legacy floating-point registers on task switch.
38843870

3885-
nohalt [IA-64] Tells the kernel not to use the power saving
3886-
function PAL_HALT_LIGHT when idle. This increases
3887-
power-consumption. On the positive side, it reduces
3888-
interrupt wake-up latency, which may improve performance
3889-
in certain environments such as networked servers or
3890-
real-time systems.
3891-
38923871
no_hash_pointers
38933872
[KNL,EARLY]
38943873
Force pointers printed to the console or buffers to be
@@ -3943,8 +3922,6 @@
39433922
remapping.
39443923
[Deprecated - use intremap=off]
39453924

3946-
nointroute [IA-64]
3947-
39483925
noinvpcid [X86,EARLY] Disable the INVPCID cpu feature.
39493926

39503927
noiotrap [SH] Disables trapped I/O port accesses.
@@ -3954,8 +3931,6 @@
39543931

39553932
noisapnp [ISAPNP] Disables ISA PnP code.
39563933

3957-
nojitter [IA-64] Disables jitter checking for ITC timers.
3958-
39593934
nokaslr [KNL,EARLY]
39603935
When CONFIG_RANDOMIZE_BASE is set, this disables
39613936
kernel and module base offset ASLR (Address Space
@@ -3970,8 +3945,6 @@
39703945

39713946
nolapic_timer [X86-32,APIC,EARLY] Do not use the local APIC timer.
39723947

3973-
nomca [IA-64] Disable machine check abort handling
3974-
39753948
nomce [X86-32] Disable Machine Check Exception
39763949

39773950
nomfgpt [X86-32] Disable Multi-Function General Purpose
@@ -4023,8 +3996,6 @@
40233996
noresume [SWSUSP] Disables resume and restores original swap
40243997
space.
40253998

4026-
nosbagart [IA-64]
4027-
40283999
no-scroll [VGA] Disables scrollback.
40294000
This is required for the Braillex ib80-piezo Braille
40304001
reader made by F.H. Papenmeier (Germany).
@@ -4125,10 +4096,6 @@
41254096
parameter, xsave area per process might occupy more
41264097
memory on xsaves enabled systems.
41274098

4128-
nptcg= [IA-64] Override max number of concurrent global TLB
4129-
purges which is reported from either PAL_VM_SUMMARY or
4130-
SAL PALO.
4131-
41324099
nr_cpus= [SMP,EARLY] Maximum number of processors that an SMP kernel
41334100
could support. nr_cpus=n : n >= 1 limits the kernel to
41344101
support 'n' processors. It could be larger than the
@@ -5982,9 +5949,6 @@
59825949
apic=verbose is specified.
59835950
Example: apic=debug show_lapic=all
59845951

5985-
simeth= [IA-64]
5986-
simscsi=
5987-
59885952
slab_debug[=options[,slabs][;[options[,slabs]]...] [MM]
59895953
Enabling slab_debug allows one to determine the
59905954
culprit if slab objects become corrupted. Enabling
@@ -6501,7 +6465,7 @@
65016465
This parameter controls use of the Protected
65026466
Execution Facility on pSeries.
65036467

6504-
swiotlb= [ARM,IA-64,PPC,MIPS,X86,S390,EARLY]
6468+
swiotlb= [ARM,PPC,MIPS,X86,S390,EARLY]
65056469
Format: { <int> [,<int>] | force | noforce }
65066470
<int> -- Number of I/O TLB slabs
65076471
<int> -- Second integer after comma. Number of swiotlb
@@ -7137,9 +7101,6 @@
71377101
Try vdso32=0 if you encounter an error that says:
71387102
dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
71397103

7140-
vector= [IA-64,SMP]
7141-
vector=percpu: enable percpu vector domain
7142-
71437104
video= [FB,EARLY] Frame buffer configuration
71447105
See Documentation/fb/modedb.rst.
71457106

0 commit comments

Comments
 (0)