File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ config LOONGARCH
10
10
select ARCH_ENABLE_MEMORY_HOTPLUG
11
11
select ARCH_ENABLE_MEMORY_HOTREMOVE
12
12
select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI
13
+ select ARCH_HAS_CPU_FINALIZE_INIT
13
14
select ARCH_HAS_FORTIFY_SOURCE
14
15
select ARCH_HAS_NMI_SAFE_THIS_CPU_OPS
15
16
select ARCH_HAS_PTE_SPECIAL
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
*/
13
13
#include <linux/init.h>
14
14
#include <linux/acpi.h>
15
+ #include <linux/cpu.h>
15
16
#include <linux/dmi.h>
16
17
#include <linux/efi.h>
17
18
#include <linux/export.h>
37
38
#include <asm/addrspace.h>
38
39
#include <asm/alternative.h>
39
40
#include <asm/bootinfo.h>
40
- #include <asm/bugs.h>
41
41
#include <asm/cache.h>
42
42
#include <asm/cpu.h>
43
43
#include <asm/dma.h>
@@ -87,7 +87,7 @@ const char *get_system_type(void)
87
87
return "generic-loongson-machine" ;
88
88
}
89
89
90
- void __init check_bugs (void )
90
+ void __init arch_cpu_finalize_init (void )
91
91
{
92
92
alternative_instructions ();
93
93
}
You can’t perform that action at this time.
0 commit comments