Al Viro | 27f85f1 | 2011-08-18 20:02:59 +0100 | [diff] [blame^] | 1 | #ifndef __UM_PROCESSOR_H |
2 | #define __UM_PROCESSOR_H | ||||
3 | |||||
4 | /* include faultinfo structure */ | ||||
5 | #include <sysdep/faultinfo.h> | ||||
6 | |||||
7 | #ifdef CONFIG_X86_32 | ||||
8 | # include "processor_32.h" | ||||
9 | #else | ||||
10 | # include "processor_64.h" | ||||
11 | #endif | ||||
12 | |||||
13 | #include <asm/processor-generic.h> | ||||
14 | |||||
15 | #endif |