162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci	.section ".rodata","a"
362306a36Sopenharmony_ci	.balign	16
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci/*
662306a36Sopenharmony_ci * When a bootloader hands off to the kernel in 32-bit mode an
762306a36Sopenharmony_ci * IDT with a 2-byte limit and 4-byte base is needed. When a boot
862306a36Sopenharmony_ci * loader hands off to a kernel 64-bit mode the base address
962306a36Sopenharmony_ci * extends to 8-bytes. Reserve enough space for either scenario.
1062306a36Sopenharmony_ci */
1162306a36Sopenharmony_ciSYM_DATA_START_LOCAL(tr_idt)
1262306a36Sopenharmony_ci	.short  0
1362306a36Sopenharmony_ci	.quad   0
1462306a36Sopenharmony_ciSYM_DATA_END(tr_idt)
15