• Bjorn Helgaas's avatar
    [PATCH] Here are a couple patches against 2.5.18-ia64-020530. The · 4c60f4e2
    Bjorn Helgaas authored
    first is some trivial cleanup in ia64/kernel/acpi.c (no need to
    initialize automatics that are immediately assigned, don't
    check for "0 == __va(x)", don't bail out of acpi_boot_init
    on errors in MADT parsing (we might still be able to get
    good stuff from SPCR, etc)).
    
    The second applies on top of the first and cleans up legacy
    keyboard detection by using the 8042 bit in the FADT boot
    architecture flags.  I think it's a little cleaner than the current
    "#ifdef CONFIG_IA64" approach in pc_keyb.c.
    4c60f4e2
acpi.c 16.2 KB