Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | x86: fix bogus memcpy in es7000_check_dsdt() | Thomas Gleixner | 2007-11-17 |
| | | | | | | | | | | es7000_check_dst() contains a memcpy from 0, which probably should have been a memset. Remove it and check the retunr value from acpi_get_table_header. Noticed by: Joe Perches <joe@perches.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> | ||
* | i386/x86_64: move headers to include/asm-x86 | Thomas Gleixner | 2007-10-11 |
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> |