diff options
author | Xiongwei Song <[email protected]> | 2023-12-15 11:41:47 +0800 |
---|---|---|
committer | Vlastimil Babka <[email protected]> | 2024-01-22 10:31:08 +0100 |
commit | f1868165d2d737a85dfce18e1bfada86d0ed4f92 (patch) | |
tree | 0473d54b1c1634bb37263a479f851510c4ff12d8 | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) |
Documentation: kernel-parameters: remove noaliencache
Since slab allocator has already been removed. There is no users of
the noaliencache parameter, so let's remove it.
Suggested-by: Hyeonggon Yoo <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Reviewed-by: Vlastimil Babka <[email protected]>
Signed-off-by: Xiongwei Song <[email protected]>
Signed-off-by: Vlastimil Babka <[email protected]>
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 31b3a25680d0..89c67c2403fc 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -3753,10 +3753,6 @@ no5lvl [X86-64,RISCV] Disable 5-level paging mode. Forces kernel to use 4-level paging instead. - noaliencache [MM, NUMA, SLAB] Disables the allocation of alien - caches in the slab allocator. Saves per-node memory, - but will impact performance. - noalign [KNL,ARM] noaltinstr [S390] Disables alternative instructions patching |