On 08/11/10 20:55, Huang Ying wrote: > Hi, Len, > > This is v3 of ERST debug support patch, fixes i386 build error and > warning. Please replace it in acpi-test.git. > > Best Regards, > Huang Ying > --------------------------------------------> > This patch adds debugging/testing support to ERST. A misc device is > implemented to export raw ERST read/write/clear etc operations to user > space. With this patch, we can add ERST testing support to > linuxfirmwarekit ISO (linuxfirmwarekit.org) to verify the kernel > support and the firmware implementation. > > > v3: > > - Fix ssize_t printk format string instead of cast. > > v2: > > - Fix build error on i386 > > Signed-off-by: Huang Ying <ying.huang@xxxxxxxxx> > Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx> > --- > drivers/acpi/apei/Kconfig | 9 + > drivers/acpi/apei/Makefile | 1 > drivers/acpi/apei/erst-dbg.c | 207 +++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 217 insertions(+) > create mode 100644 drivers/acpi/apei/erst-dbg.c Works for me. Thanks. Acked-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html