]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/asm-x86/segment.h
x86: put get_kernel_rpl in a common location
[karo-tx-linux.git] / include / asm-x86 / segment.h
1 #ifndef _ASM_X86_SEGMENT_H_
2 #define _ASM_X86_SEGMENT_H_
3
4 #ifdef CONFIG_X86_32
5 # include "segment_32.h"
6 #else
7 # include "segment_64.h"
8 #endif
9
10 #ifndef CONFIG_PARAVIRT
11 #define get_kernel_rpl()  0
12 #endif
13
14 #endif