aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/debug.S
AgeCommit message (Collapse)AuthorFilesLines
2006-09-25[ARM] 3838/1: ARM: DCC debug console support for ARM11Tony Lindgren1-1/+34
Adds support for CONFIG_DEBUG_ICEDCC for ARM11. Tested on ARM1136 (OMAP2420). Signed-off-by: Tony Lindgren <[email protected]> Signed-off-by: Russell King <[email protected]>
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
Signed-off-by: Jörn Engel <[email protected]> Signed-off-by: Adrian Bunk <[email protected]>
2006-03-21[ARM] Remove unnecessary asm/hardware.h includesRussell King1-1/+0
asm/hardware.h is not required for the majority of processor support files, ioremap support, mm initialisation, acorn IO support, nor the debug code (which picks up its machine specific includes via debug-macros.S) Signed-off-by: Russell King <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+106
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!