]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/power/main.c
x86: check for and defend against BIOS memory corruption
[linux-2.6-omap-h63xx.git] / drivers / base / power / main.c
index 273a944d4040e861afa6a1ea6c601264eec6c4a7..bf6d3554e506c46b8da6dcb346dce0bffeb0bfce 100644 (file)
@@ -254,6 +254,7 @@ static char *pm_verb(int event)
 
 static void pm_dev_dbg(struct device *dev, pm_message_t state, char *info)
 {
+       check_for_bios_corruption();
        dev_dbg(dev, "%s%s%s\n", info, pm_verb(state.event),
                ((state.event & PM_EVENT_SLEEP) && device_may_wakeup(dev)) ?
                ", may wakeup" : "");