diff options
Diffstat (limited to '')
-rw-r--r-- | arch/x86/realmode/rm/trampoline_common.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/realmode/rm/trampoline_common.S b/arch/x86/realmode/rm/trampoline_common.S new file mode 100644 index 000000000..5033e640f --- /dev/null +++ b/arch/x86/realmode/rm/trampoline_common.S @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + .section ".rodata","a" + .balign 16 +SYM_DATA_LOCAL(tr_idt, .fill 1, 6, 0) |