The patch titled i386 acpi remove earlyquirk warning has been removed from the -mm tree. Its filename was i386-acpi-remove-earlyquirk-warning.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: i386 acpi remove earlyquirk warning From: Zachary Amsden <zach@xxxxxxxxxx> Remove a warning about unused variable in !CONFIG_ACPI compilation. Signed-off-by: Zachary Amsden <zach@xxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/kernel/acpi/earlyquirk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/kernel/acpi/earlyquirk.c~i386-acpi-remove-earlyquirk-warning arch/i386/kernel/acpi/earlyquirk.c --- a/arch/i386/kernel/acpi/earlyquirk.c~i386-acpi-remove-earlyquirk-warning +++ a/arch/i386/kernel/acpi/earlyquirk.c @@ -21,8 +21,8 @@ static int __init nvidia_hpet_check(stru static int __init check_bridge(int vendor, int device) { - static int warned; #ifdef CONFIG_ACPI + static int warned; /* According to Nvidia all timer overrides are bogus unless HPET is enabled. */ if (!acpi_use_timer_override && vendor == PCI_VENDOR_ID_NVIDIA) { _ Patches currently in -mm which might be from zach@xxxxxxxxxx are fix-buslogic-to-stop-using-check_region.patch i386-pte-clear-optimization.patch i386-pte-xchg-optimization.patch i386-pte-simplify-ops.patch i386-map-enough-initial-memory-to-create-lowmem-mappings-fix.patch i386-use-pte_update_defer-in-ptep_test_and_clear_dirtyyoung.patch i386-use-pte_update_defer-in-ptep_test_and_clear_dirtyyoung-fix.patch ignore-stolen-time-in-the-softlockup-watchdog.patch ignore-stolen-time-in-the-softlockup-watchdog-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html