Russell King
ce07d90aa8
[ARM] Fix arch-realview/system.h to use __io_address()
...
Move __io_address to arch-realview/hardware.h, drop core.h from platsmp.c
and localtimer.c, and include asm/io.h where required.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
19 years ago
Russell King
2a98beb639
[ARM SMP] Add local timer support for Realview MPcore
...
Add platform specific parts for local timer support for the
Realview board.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago
Russell King
5d43045bcd
[ARM SMP] Fix some sparse warnings in SMP code
...
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago
Russell King
862184fe01
[ARM SMP] Add Realview MPcore SMP support
...
Add SMP support for the MPcore tile fitted to the Realview ARM
platform.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago
Russell King
7ac5ae4b12
[ARM SMP] Ensure secondary CPUs see their pen release
...
Since the secondary CPUs will not be operating in symetric mode
while they are held in the pen, we need to ensure that the write
to pen_release is visible to them, by flushing the cache.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago
Russell King
ab9b633938
[PATCH] ARM SMP: Mark mroe CPU init data with __cpuinitdata
...
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago
Russell King
bd6f68af29
[PATCH] ARM SMP: Mark CPU init functions/data with __cpuinit/...data
...
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago
Russell King
73eb7d9e8c
[PATCH] ARM SMP: Initialise cpu_present_map
...
Rather than relying on the fixup code in init/main.c, explicitly
initialise cpu_present_map.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago
Russell King
d12734d14e
[PATCH] ARM SMP: Rename cpu_present_mask to cpu_possible_map
...
The kernel's terminology for this is cpu_possible_map not
cpu_present_mask.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago
Russell King
fe6ef2daa2
[PATCH] ARM SMP: Add missed files from Integrator/CP platform
...
Add missed new files from basic SMP support for the Integrator/CP platform.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago