|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] where does do_IRQ() be called
Macros defined in include/asm-x86/x86_32/asm_defns.h and instantiated in arch/x86/i8259.c. The macros implement entry stubs, the addresses of which gets poked into the CPU’s IDT in the first for() loop of i8259.c:init_IRQ().
-- Keir
On 06/01/2009 08:31, "p z" <zpengxen@xxxxxxxxx> wrote:
hi,everybody
There is a function do_IRQ() in file xen/arch/x86/irq.c, but where does do_IRQ() be called please?
Thanks!
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|