diff options
| author | Karl Mehltretter <kmehltretter@gmail.com> | 2026-09-10 03:32:39 +0200 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-09-15 13:04:33 -0600 |
| commit | 9cff73421bbe84cf70c9fe0a5ee02b7475592dc2 (patch) | |
| tree | c0a4017de8f8e09e185d49c557e972faded262aa | |
| parent | 11d447e9f26cd84f9a2478f4eb5bdfedb6b9722d (diff) | |
| download | linux-next-9cff73421bbe84cf70c9fe0a5ee02b7475592dc2.tar.gz linux-next-9cff73421bbe84cf70c9fe0a5ee02b7475592dc2.zip | |
docs: kernel-parameters: Drop the bau= entry
bau= went away with commit 39297dde7390 ("x86/platform/uv: Remove UV
BAU TLB Shootdown Handler"); nothing parses it any more.
Drop the entry.
Fixes: 39297dde7390 ("x86/platform/uv: Remove UV BAU TLB Shootdown Handler")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Steve Wahl <steve.wahl@hpe.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260910013245.8619-3-kmehltretter@gmail.com>
| -rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index c8d96de4c00d..99d5bb68968a 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -624,13 +624,6 @@ Kernel parameters Format: <int> (must be >=0) Default: 64 - bau= [X86_UV] Enable the BAU on SGI UV. The default - behavior is to disable the BAU (i.e. bau=0). - Format: { "0" | "1" } - 0 - Disable the BAU. - 1 - Enable the BAU. - unset - Disable the BAU. - bdev_allow_write_mounted= Format: <bool> Control the ability to open a mounted block device |
