From 81487a2b118cee39ed13586b17c394935d799216 Mon Sep 17 00:00:00 2001 From: mokopatches Date: Wed, 19 Nov 2008 17:03:18 +0000 Subject: introduce-fiq-use-timer3-as-source.patch This makes the FIQ stuff specific to one of the timers on the s3c244x and adds the platform stuff for fiq in the gta02 init Currently one sysfs node is exposed, a count of FIQ events cat /sys/devices/platform/sc32440_fiq.0/fiq/count From: Andy Green Signed-off-by: Andy Green --- include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asm-arm') diff --git a/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h b/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h index 341f2bbd22b..6cbd8e44710 100644 --- a/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h +++ b/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h @@ -22,7 +22,7 @@ struct fiq_ipc { /* actual definition lives in arch/arm/mach-s3c2440/fiq_c_isr.c */ extern struct fiq_ipc fiq_ipc; - +extern unsigned long _fiq_count_fiqs; extern void fiq_kick(void); /* provoke a FIQ "immediately" */ #endif /* _LINUX_FIQ_IPC_H */ -- cgit v1.2.3