Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-21 | [ARM] Remove needless linux/ptrace.h includes | Russell King | |
Lots of places in arch/arm were needlessly including linux/ptrace.h, resumably because we used to pass a struct pt_regs to interrupt handlers. Now that we don't, all these ptrace.h includes are redundant. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | |||
2007-02-11 | [ARM] 4157/2: S3C24XX: move arch/arch/mach-s3c2410 into cpu components | Ben Dooks | |
The following patch and script moves the arch/arm/mach-s3c2410 directory into arch/arm/plat-s3c24xx for the generic core code and inti arch/arm/mach-s3c{cpu} for the cpu/machine support files Include directory include/asm-arm/plat-s3c24xx is added for the core include files. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |