96a388de5d
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>
13 lines
188 B
C
13 lines
188 B
C
#ifdef __KERNEL__
|
|
# ifdef CONFIG_X86_32
|
|
# include "msr_32.h"
|
|
# else
|
|
# include "msr_64.h"
|
|
# endif
|
|
#else
|
|
# ifdef __i386__
|
|
# include "msr_32.h"
|
|
# else
|
|
# include "msr_64.h"
|
|
# endif
|
|
#endif
|