Re: IRQ entry point?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



El Tue, May 20, 2008 at 10:48:42AM +0800 vichy ha dit:

> Usually we use request_irq to register our irq handler, but where is the
> entry point about kernel that receives HW's truly interrupt?

i suppose you are looking for this (in case of x86-32):

arch/x86/kernel/entry_32.S

common_interrupt:
				SAVE_ALL
				TRACE_IRQS_OFF
				movl %esp,%eax
				call do_IRQ
				jmp ret_from_intr
ENDPROC(common_interrupt)

-- 
Matthias Kaehlcke
Embedded Linux Engineer
Barcelona

      El trabajo es el refugio de los que no tienen nada que hacer
                            (Oscar Wilde)
                                                                 .''`.
    using free software / Debian GNU/Linux | http://debian.org  : :'  :
                                                                `. `'`
gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4                  `-

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux