Re: [PATCH] Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15

From: Thomas Gleixner
Date: Thu Jan 13 2011 - 16:41:12 EST


On Thu, 13 Jan 2011, Manoj Iyer wrote:

> Also, attaching dmesg with my patch applied. Please note the warning
> message is printed from dmi_ignore_irq0_timer_override() in
> acpi/boot.c, printed before setting acpi_skip_timer_override = 1;

That's unsurprisingly not adding any useful information. We already
know the difference between a stock and a acpi_skip_timer_override
kernel and your patch is not doing anything different.

It would be interesting to see a dmesg over boot/suspend/resume with
the patch below applied.

Thanks,

tglx

---
diff --git a/drivers/base/sys.c b/drivers/base/sys.c
index 1667aaf..a54a2c8 100644
--- a/drivers/base/sys.c
+++ b/drivers/base/sys.c
@@ -12,6 +12,8 @@
* add themselves as children of the system bus.
*/

+#define DEBUG
+
#include <linux/sysdev.h>
#include <linux/err.h>
#include <linux/module.h>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/