aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440/mach-gta02.c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:10:58 +0000
committerAndy Green <andy@openmoko.com>2008-11-19 17:10:58 +0000
commit91a026fc7858282c38c9444f11d1bf85568eac80 (patch)
tree4b44835936a8673214c41b4c59ead54e494d89c7 /arch/arm/mach-s3c2440/mach-gta02.c
parentc4e0e1827cb392a78db2e53c0742422cd0bb9fef (diff)
re-enable-fiq.patch
FIQ is back up again, changed the stack to point to the post FIQ-vector area, remove various meddlings needed to try to fix it. Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c2440/mach-gta02.c')
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 8ade86d8e9a..87acd6c3cf2 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -138,7 +138,7 @@ static u8 hdq_tx_data_done;
FIQ_HANDLER_START()
/* define your locals here -- no initializers though */
u16 divisor;
-FIQ_HANDLER_ENTRY(256, 512)
+FIQ_HANDLER_ENTRY(64, 64)
/* Your ISR here :-) */
divisor = 0xffff;