lkml.org 
[lkml]   [2004]   [Nov]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: smp_apic_timer_interrupt entry point
From
Date
On Fri, 2004-11-19 at 16:53 -0800, Darren Hart wrote:
> I am trying to hunt down the entry point to smp_apic_timer_interrupt()
> for i386. grep found:
>
> arch/x86_64/kernel/entry.S: apicinterrupt LOCAL_TIMER_VECTOR,smp_apic_timer_interrupt
>
> but nothing for i386. I noticed that entry.o on i386 does contain the
> string "smp_apic_timer_interrupt", is there some kind of linker magic
> going on?

Not linker magic, but macro magic. Look again at entry.S at
BUILD_INTERRUPT. It adds the smp_ onto apic_timer_interrupt.
Then look where apic_timer_interrupt is used.

--
Steven Rostedt
Senior Engineer
Kihon Technologies
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.026 / U:0.992 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site