search for: acpi_forc

Displaying 2 results from an estimated 2 matches for "acpi_forc".

Did you mean: acpi_force
2011 Mar 31
0
[PATCH 7/7] x86: cleanup bogus CONFIG_ACPI_PCI uses
.../ error = acpi_parse_madt_ioapic_entries(); if (!error) { - acpi_irq_balance_set(NULL); acpi_ioapic = 1; smp_found_config = 1; @@ -604,16 +595,6 @@ static int __init disable_acpi_irq(struc return 0; } -static int __init disable_acpi_pci(struct dmi_system_id *d) -{ - if (!acpi_force) { - printk(KERN_NOTICE "%s detected: force use of pci=noacpi\n", - d->ident); - /*acpi_disable_pci();*/ - } - return 0; -} - static int __init dmi_disable_acpi(struct dmi_system_id *d) { if (!acpi_force) { @@ -774,29 +755,6 @@ static struct dmi_system_id __initdata a...
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...bove, most commonly a mix +of Boolean and String. These are noted in the relevant sections. ## Parameter details @@ -63,20 +75,32 @@ Some parameters act as combinations of t **String**, or **Boolean** to disable. -The `acpi` option is used to control a set of four related boolean flags; `acpi_force`, `acpi_ht`, `acpi_noirq` and `acpi_disabled`. +The `acpi` option is used to control a set of four related boolean +flags; `acpi_force`, `acpi_ht`, `acpi_noirq` and `acpi_disabled`. -By default, Xen will scan the DMI data and blacklist certain systems which are known to have broken ACPI setups....