diff options
Diffstat (limited to 'include/asm-x86/alternative-asm.i')
-rw-r--r-- | include/asm-x86/alternative-asm.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/alternative-asm.i b/include/asm-x86/alternative-asm.i new file mode 100644 index 000000000000..4f360cd3c888 --- /dev/null +++ b/include/asm-x86/alternative-asm.i @@ -0,0 +1,5 @@ +#ifdef CONFIG_X86_32 +# include "alternative-asm_32.i" +#else +# include "alternative-asm_64.i" +#endif |