File tree Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ config M68K
4
4
default y
5
5
select ARCH_32BIT_OFF_T
6
6
select ARCH_HAS_BINFMT_FLAT
7
+ select ARCH_HAS_CPU_FINALIZE_INIT if MMU
7
8
select ARCH_HAS_CURRENT_STACK_POINTER
8
9
select ARCH_HAS_DMA_PREP_COHERENT if HAS_DMA && MMU && !COLDFIRE
9
10
select ARCH_HAS_SYNC_DMA_FOR_DEVICE if HAS_DMA
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
*/
11
11
12
12
#include <linux/kernel.h>
13
+ #include <linux/cpu.h>
13
14
#include <linux/mm.h>
14
15
#include <linux/sched.h>
15
16
#include <linux/delay.h>
@@ -504,7 +505,7 @@ static int __init proc_hardware_init(void)
504
505
module_init (proc_hardware_init );
505
506
#endif
506
507
507
- void check_bugs (void )
508
+ void __init arch_cpu_finalize_init (void )
508
509
{
509
510
#if defined(CONFIG_FPU ) && !defined(CONFIG_M68KFPU_EMU )
510
511
if (m68k_fputype == 0 ) {
You can’t perform that action at this time.
0 commit comments