aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/compressed/misc.c')
-rw-r--r--arch/x86/boot/compressed/misc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/misc.c b/arch/x86/boot/compressed/misc.c
index b50c42455e25..8e4b55dd5df9 100644
--- a/arch/x86/boot/compressed/misc.c
+++ b/arch/x86/boot/compressed/misc.c
@@ -14,6 +14,7 @@
14 14
15#include "misc.h" 15#include "misc.h"
16#include "error.h" 16#include "error.h"
17#include "pgtable.h"
17#include "../string.h" 18#include "../string.h"
18#include "../voffset.h" 19#include "../voffset.h"
19 20
@@ -372,6 +373,11 @@ asmlinkage __visible void *extract_kernel(void *rmode, memptr heap,
372 debug_putaddr(output_len); 373 debug_putaddr(output_len);
373 debug_putaddr(kernel_total_size); 374 debug_putaddr(kernel_total_size);
374 375
376#ifdef CONFIG_X86_64
377 /* Report address of 32-bit trampoline */
378 debug_putaddr(trampoline_32bit);
379#endif
380
375 /* 381 /*
376 * The memory hole needed for the kernel is the larger of either 382 * The memory hole needed for the kernel is the larger of either
377 * the entire decompressed kernel plus relocation table, or the 383 * the entire decompressed kernel plus relocation table, or the