[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 01/36] x86/setup: fix typo in acpi=off description
From: Denis Mukhin <dmukhin@xxxxxxxx> Signed-off-by: Denis Mukhin <dmukhin@xxxxxxxx> --- xen/arch/x86/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index d8661d7ca699c96f38229c75ad0a8626c6f675d4..0a748e2c14122d6c5d692bc5691e8cbe13a32c81 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -83,7 +83,7 @@ int8_t __initdata opt_probe_port_aliases = -1; boolean_param("probe-port-aliases", opt_probe_port_aliases); /* **** Linux config option: propagated to domain0. */ -/* "acpi=off": Sisables both ACPI table parsing and interpreter. */ +/* "acpi=off": Disables both ACPI table parsing and interpreter. */ /* "acpi=force": Override the disable blacklist. */ /* "acpi=ht": Limit ACPI just to boot-time to enable HT. */ /* "acpi=noirq": Disables ACPI interrupt routing. */ -- 2.34.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |