]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - arch/x86/boot/compressed/pgtable.h
x86/boot/compressed/64: Find a place for 32-bit trampoline
[mirror_ubuntu-jammy-kernel.git] / arch / x86 / boot / compressed / pgtable.h
1 #ifndef BOOT_COMPRESSED_PAGETABLE_H
2 #define BOOT_COMPRESSED_PAGETABLE_H
3
4 #define TRAMPOLINE_32BIT_SIZE (2 * PAGE_SIZE)
5
6 #ifndef __ASSEMBLER__
7
8 extern unsigned long *trampoline_32bit;
9
10 #endif /* __ASSEMBLER__ */
11 #endif /* BOOT_COMPRESSED_PAGETABLE_H */