diff options
author | Arvind Sankar <nivedita@alum.mit.edu> | 2020-03-08 11:08:46 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-03-08 11:58:19 +0300 |
commit | 8ef44be393113dca5cece65bc142ebb8ef013af0 (patch) | |
tree | f1a8a573fc98cf46ce7ff20d4b4f8c3e7751c99e /scripts/gdb/linux/tasks.py | |
parent | f3fa0efce2e765f24356b70bd0786f290d84328c (diff) | |
download | linux-8ef44be393113dca5cece65bc142ebb8ef013af0.tar.xz |
x86/boot/compressed/32: Save the output address instead of recalculating it
In preparation for being able to decompress into a buffer starting at a
different address than startup_32, save the calculated output address
instead of recalculating it later.
We now keep track of three addresses:
%edx: startup_32 as we were loaded by bootloader
%ebx: new location of compressed kernel
%ebp: start of decompression buffer
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200303221205.4048668-2-nivedita@alum.mit.edu
Link: https://lore.kernel.org/r/20200308080859.21568-16-ardb@kernel.org
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions