[ARM] S3C24XX: Split timer pending code out
commit556eabb8bd16d4e817163aae96c25ea9b63d3953
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:06:35 +0000 (21 14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:12:13 +0000 (21 14:12 +0100)
tree4d9680c2d24c51f1a69ad9e32d167e4bc12c1cf2
parent06cc9dbf238fb43cf66d1bd068cfe6e81f669317
[ARM] S3C24XX: Split timer pending code out

Split the timer pending code out to a seperate per-machine
header so that when compiling for mach-s3c2410 or mach-s3c24a0
we can use the right timer code without having to #ifdef the
timer driver.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2410/include/mach/tick.h [new file with mode: 0644]
arch/arm/mach-s3c24a0/include/mach/tick.h [new file with mode: 0644]
arch/arm/plat-s3c24xx/time.c