mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
Revert "FROMLIST: fix arm64 build with lack of __cpu_logical_map exported"
This reverts commit 2c2320041c.
It is fixed in a different way in Linus's tree.
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I3f40e7a9570cfc78e738a7691b8f229169686f6b
This commit is contained in:
parent
2c2320041c
commit
edc147a8f0
|
|
@ -275,7 +275,6 @@ static int __init reserve_memblock_reserved_regions(void)
|
|||
arch_initcall(reserve_memblock_reserved_regions);
|
||||
|
||||
u64 __cpu_logical_map[NR_CPUS] = { [0 ... NR_CPUS-1] = INVALID_HWID };
|
||||
EXPORT_SYMBOL_GPL(__cpu_logical_map);
|
||||
|
||||
void __init __no_sanitize_address setup_arch(char **cmdline_p)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user