search for: _asm_i386_tsc_h

Displaying 1 result from an estimated 1 matches for "_asm_i386_tsc_h".

2007 Apr 18
0
[PATCH 8/9] 00mmd pae compile fix
...WARF2_H - -#include <linux/config.h> #ifndef __ASSEMBLY__ #warning "asm/dwarf2.h should be only included in pure assembly files" =================================================================== --- a/include/asm-i386/tsc.h +++ b/include/asm-i386/tsc.h @@ -6,7 +6,6 @@ #ifndef _ASM_i386_TSC_H #define _ASM_i386_TSC_H -#include <linux/config.h> #include <asm/processor.h> /* =================================================================== --- a/include/linux/unwind.h +++ b/include/linux/unwind.h @@ -11,8 +11,6 @@ * full-blown stack unwinding with all the bells and w...