From 735be2c1db9651b552c1df636742aaeab00ec538 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 30 Aug 2013 10:49:59 +0200 Subject: x86: remove references to unimplemented BIOS reboot option The BIOS reboot option was never implemented for x86_64, and retaining it is somewhat false advertising. Signed-off-by: Matt Wilson Acked-by: Keir Fraser Reviewed-by: Andrew Cooper --- docs/misc/xen-command-line.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown index a86014b4d6..2da29b71b6 100644 --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -761,7 +761,7 @@ This option can be specified more than once (up to 8 times at present). > `= ` ### reboot -> `= b[ios] | t[riple] | k[bd] | n[o] [, [w]arm | [c]old]` +> `= t[riple] | k[bd] | n[o] [, [w]arm | [c]old]` Default: `0` @@ -771,9 +771,6 @@ Specify the host reboot method. `cold` instructs Xen to set the cold reboot flag. -`bios` instructs Xen to reboot the host by jumping to BIOS. This is -only available on 32-bit x86 platforms. - `triple` instructs Xen to reboot the host by causing a triple fault. `kbd` instructs Xen to reboot the host via the keyboard controller. -- cgit v1.2.3