16 Oct, 2010

1 commit


30 Jan, 2008

1 commit


17 Feb, 2007

1 commit

  • Allow early access to the power management timer by exposing the verified read
    function and providing a helper function which checks the pmtmr_ioport
    variable and returns either the pm timer readout or 0 in case the pm timer is
    not available.

    Create a new header file and replace also the ifdef'ed extern definition in
    arch/i386/kernel/acpi/boot.c

    This is a preperatory patch for the rework of the local apic timer
    calibration.

    No functional changes.

    Signed-off-by: Thomas Gleixner
    Signed-off-by: Ingo Molnar
    Cc: john stultz
    Cc: Roman Zippel
    Cc: Andi Kleen
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Thomas Gleixner