Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a23b423e authored by Krzysztof Helt's avatar Krzysztof Helt Committed by David S. Miller
Browse files

[SPARC]: enabling of the 2nd CPU in 2.6.18-rc4



smp_setup_cpu_possible_map() needs to run after paging_init()
so that the in-kernel device tree is setup.

Signed-off-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 94918ff6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -348,9 +348,9 @@ void __init setup_arch(char **cmdline_p)
	init_mm.context = (unsigned long) NO_CONTEXT;
	init_task.thread.kregs = &fake_swapper_regs;

	smp_setup_cpu_possible_map();

	paging_init();

	smp_setup_cpu_possible_map();
}

static int __init set_preferred_console(void)