ARM: mmp: fix potential NULL dereference
[linux/fpc-iii.git] / arch / x86 / realmode / rm / realmode.h
blobd74cff6350edc2208fcb6321f63ec7d5966f8c44
1 #ifndef ARCH_X86_REALMODE_RM_REALMODE_H
2 #define ARCH_X86_REALMODE_RM_REALMODE_H
4 #ifdef __ASSEMBLY__
6 /*
7 * 16-bit ljmpw to the real_mode_seg
9 * This must be open-coded since gas will choke on using a
10 * relocatable symbol for the segment portion.
12 #define LJMPW_RM(to) .byte 0xea ; .word (to), real_mode_seg
14 #endif /* __ASSEMBLY__ */
17 * Signature at the end of the realmode region
19 #define REALMODE_END_SIGNATURE 0x65a22c82
21 #endif /* ARCH_X86_REALMODE_RM_REALMODE_H */