* override an interrupt handler?
@ 2008-06-13 4:03 Wang, Baojun
0 siblings, 0 replies; only message in thread
From: Wang, Baojun @ 2008-06-13 4:03 UTC (permalink / raw)
To: linux-embedded
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
hi,
In my application I want to override the timer interrupt, and I'm
doing in this manner:
disable_irq(0); /* disable timer irq first */
free_irq(0, NULL); /* free the old irq */
setup_irq(0, new_irq0);
setup_irq() return with 0, however I got the following OOPs message:
Bad page state in process 'swapper'
page:81003e20 flags:0x00000400 mapping:00000000 mapcount:0 count:0
Trying to fix it up, but a reboot is needed
Backtrace:
Call Trace:
[<8001819c>] dump_stack+0x8/0x34
[<8005ddc8>] bad_page+0x6c/0xa4
[<8005e600>] free_hot_cold_page+0x98/0x1e8
[<802074a8>] xm_init_clockevents+0x90/0xbc
[<80215998>] xm_init+0x208/0x240
[<80206680>] kernel_init+0xec/0x310
[<800149e0>] kernel_thread_helper+0x10/0x18
So, is it possible to override the timer interrupt handler? Any hints is
greatly appreciated.
Regards,
--
Wang, Baojun Lanzhou University
Distributed & Embedded System Lab http://dslab.lzu.edu.cn
School of Information Science and Engeneering wangbj@dslab.lzu.edu.cn
Tianshui South Road 222. Lanzhou 730000 .P.R.China
Tel: +86-931-8912025 Fax: +86-931-8912022
[-- Attachment #2: 这是信件的数字签名部分 --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-13 4:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-13 4:03 override an interrupt handler? Wang, Baojun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).