diff options
author | Baoquan He <[email protected]> | 2023-12-08 15:30:36 +0800 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-12-12 17:20:18 -0800 |
commit | 69f8ca8d36b5e52360f45c3b63bcb3d075da36df (patch) | |
tree | 87c44c0cb5e3a59a54f21bcb01b2b29e13b2a2ca /tools/perf | |
parent | d70c27b728b8da1ab9c3b7ca117ee1c99dc86d29 (diff) |
x86, kexec: fix the wrong ifdeffery CONFIG_KEXEC
With the current ifdeffery CONFIG_KEXEC, get_cmdline_acpi_rsdp() is only
available when kexec_load interface is taken, while kexec_file_load
interface can't make use of it.
Now change it to CONFIG_KEXEC_CORE.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Baoquan He <[email protected]>
Cc: Eric DeVolder <[email protected]>
Cc: Ignat Korchagin <[email protected]>
Cc: kernel test robot <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions