clock software interrupt

From: Zlatan Ibrahimovic (razzorback2005_at_gmail.com)
Date: 09/10/05

  • Next message: Brian Wilson: "Re: status of ufsj and gjournal"
    Date: Sat, 10 Sep 2005 21:34:48 +0200
    To: freebsd-hackers@freebsd.org
    
    

    Hi folks,
    I've seen clock software interrupt thread (referring to clk_ithd in
    kern/kern_intr.c); watching to manpages I read that priority is used
    as vector for that thread. My question is how can I call this software
    handler? There's no track in the IDT for the associated handler...
    (ia32, for better check see i386/i386/exception.s).

    Thanks,
    Mark Swetter
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Brian Wilson: "Re: status of ufsj and gjournal"

    Relevant Pages

    • Re: clock software interrupt
      ... > I've seen clock software interrupt thread (referring to clk_ithd in ... There's no track in the IDT for the associated handler... ...
      (freebsd-hackers)
    • Re: clock software interrupt
      ... There's no track in the IDT for the associated handler... ... NULL at the moment when swi_addfor softclock() handler is called, ... interrupt thread is created for SWI_CLOCK in swi_addrby the ...
      (freebsd-hackers)