diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2018-11-30 09:22:17 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-12-06 10:14:51 -0700 |
commit | c5ed311b4e31a5287e068edc7b6d4c18b8acb3c4 (patch) | |
tree | 1b5d77c69b68558a96b5b0292c5589a8d1ef4a43 /Documentation/x86 | |
parent | 41c31f6a5945a4b005302e01d47c97bcf5d604ac (diff) | |
download | linux-c5ed311b4e31a5287e068edc7b6d4c18b8acb3c4.tar.gz |
x86, boot: documentation whitespace fixup
Fix an extra space that sneaked in with commit 09c205afd "(x86, boot:
Define the 2.12 bzImage boot protocol").
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/x86')
-rw-r--r-- | Documentation/x86/boot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt index 7727db8f94bc..7973249cce45 100644 --- a/Documentation/x86/boot.txt +++ b/Documentation/x86/boot.txt @@ -58,7 +58,7 @@ Protocol 2.11: (Kernel 3.6) Added a field for offset of EFI handover protocol entry point. Protocol 2.12: (Kernel 3.8) Added the xloadflags field and extension fields - to struct boot_params for loading bzImage and ramdisk + to struct boot_params for loading bzImage and ramdisk above 4G in 64bit. Protocol 2.13: (Kernel 3.14) Support 32- and 64-bit flags being set in |