On 08/10/10 18:37, Huang Ying wrote: > Hi, Len, > > There is build error on i386 in the previous version. This new version fixed > it, 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. > > 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 A patch against linux-next (or some acpi tree) would have been better for testing, but anyway, I fixed that little problem. Acked-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Thanks. -- ~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