summaryrefslogtreecommitdiffstats
path: root/Documentation/x86
diff options
context:
space:
mode:
authorAlex Smith <alex@alex-smith.me.uk>2015-03-28 12:14:09 +0000
committerMatt Fleming <matt.fleming@intel.com>2015-04-30 22:15:05 +0100
commita93e178838b85409601c9b909af5addbbfd90264 (patch)
tree6053ec7ddaa162a626615b58f19b6e9e7297f289 /Documentation/x86
parent0bb549052d33f8992544764a6cf1299d06ba7e2f (diff)
downloadop-kernel-dev-a93e178838b85409601c9b909af5addbbfd90264.zip
op-kernel-dev-a93e178838b85409601c9b909af5addbbfd90264.tar.gz
x86, doc: Remove cmdline_size from list of fields to be filled in for EFI handover
The cmdline_size field in setup_header is listed as read-only, and is never read by the kernel. Therefore, there is no need for it to be set by a boot loader implementing the EFI handover protocol, so remove it from the list of fields required to be set by a boot loader. Signed-off-by: Alex Smith <alex@alex-smith.me.uk> Cc: H. Peter Anvin <hpa@linux.intel.com> Cc: x86@kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'Documentation/x86')
-rw-r--r--Documentation/x86/boot.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt
index 88b8589..7c1f9fa 100644
--- a/Documentation/x86/boot.txt
+++ b/Documentation/x86/boot.txt
@@ -1124,7 +1124,6 @@ The boot loader *must* fill out the following fields in bp,
o hdr.code32_start
o hdr.cmd_line_ptr
- o hdr.cmdline_size
o hdr.ramdisk_image (if applicable)
o hdr.ramdisk_size (if applicable)
OpenPOWER on IntegriCloud