diff options
| author | Mark Brown <broonie@kernel.org> | 2026-08-03 16:28:37 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-03 16:28:37 +0100 |
| commit | dc173b0f7d39a464a2b9af0142b60ca97c189ff7 (patch) | |
| tree | 61c2ac0843cad89f5901c362a2c4f1f88e679514 /arch/x86/boot | |
| parent | 3de05b1bd2ecbea6b32067120ef52a24c3079461 (diff) | |
| parent | 5ab8d80d42bd2bd95865bd7b94790bd9c8d1450e (diff) | |
| download | linux-next-dc173b0f7d39a464a2b9af0142b60ca97c189ff7.tar.gz linux-next-dc173b0f7d39a464a2b9af0142b60ca97c189ff7.zip | |
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
Diffstat (limited to 'arch/x86/boot')
| -rw-r--r-- | arch/x86/boot/compressed/kaslr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/kaslr.c b/arch/x86/boot/compressed/kaslr.c index 8e4bf5365ac6..22267a83e064 100644 --- a/arch/x86/boot/compressed/kaslr.c +++ b/arch/x86/boot/compressed/kaslr.c @@ -32,6 +32,8 @@ #include <asm/setup.h> /* For COMMAND_LINE_SIZE */ #undef _SETUP +#include <asm/kexec_handover.h> + extern unsigned long get_cmd_line_ptr(void); /* Simplified build-specific string for starting entropy. */ |
