All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] __ipipe_grab_irq
@ 2010-01-07 13:48 A C
  2010-01-07 14:25 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: A C @ 2010-01-07 13:48 UTC (permalink / raw)
  To: adeos

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

Hello,
in the function __ipipe_grab_irq for the NIOS2, there is the following block :

if (likely(irq == __ipipe_hrtimer_irq)) {
        __raw_get_cpu_var(__ipipe_tick_regs).estatus = regs->estatus;
        __raw_get_cpu_var(__ipipe_tick_regs).ea = regs->ea;
        if (!__ipipe_root_domain_p) {
            __raw_get_cpu_var(__ipipe_tick_regs).estatus &= ~NIOS2_STATUS_PIE_MSK); 
              }
    }

We do not understand why there is an unusual case for an interruption from the timer. We understand each lines but not the global nature. Any help ?

Cheers
Adrien Chiron & Vincent Vanbesien


      

[-- Attachment #2: Type: text/html, Size: 1150 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-07 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 13:48 [Adeos-main] __ipipe_grab_irq A C
2010-01-07 14:25 ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.