Description of problem: From drivers/clocksource/acpi_pm.c: u32 pmtmr_ioport __read_mostly; ... /* * Allow an override of the IOPort. Stupid BIOSes do not tell us about * the PMTimer, but we might know where it is. */ static int __init parse_pmtmr(char *arg) { unsigned long base; ... base = simple_strtoul(arg, &e, 16); ... pmtmr_ioport = base; ... } Version-Release number of selected component (if applicable): Observed in 2.6.24.7-75.el5rt may as well be present on other versions
Created attachment 313734 [details] Proposed patch for -76
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2008-0857.html