• Venkatesh Pallipadi's avatar
    [PATCH] Improper mapping of ACPI-HPET table · 05c8545f
    Venkatesh Pallipadi authored
    Early ACPI table parse for HPET tables has a bug, where in it
    does not do proper set_fixmap for ACPI-HPET table.
    
    This bug was lost in oversight, and was not noticed during
    my testing too, as the ACPI-HPET table on all my test
    systems happened to be in 1st Gig of memory (where __va()
    will do the job).
    05c8545f
boot.c 12.1 KB