Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [PATCH] fix more missing includes | Tim Schmielau | 2006-01-08 |
| | | | | | | | | | | Include fixes for 2.6.14-git11. Should allow to remove sched.h from module.h on i386, x86_64, arm, ia64, ppc, ppc64, and s390. Probably more to come since I haven't yet checked the other archs. Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | ||
* | [ARM] Fix arch-realview/system.h to use __io_address() | Russell King | 2005-11-16 |
| | | | | | | | 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> | ||
* | [ARM SMP] Add local timer support for Realview MPcore | Russell King | 2005-11-09 |
Add platform specific parts for local timer support for the Realview board. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |