jhb         2006-01-06 18:02:12 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      trap.c 
    sys/arm/arm          trap.c 
    sys/i386/i386        trap.c 
  Log:
  Fix various places that were testing td_critnest to see if interrupts
  should remain disabled during a trap or not to check
  td_md.md_spinlock_count instead.
  
  Revision  Changes    Path
  1.299     +3 -3      src/sys/amd64/amd64/trap.c
  1.19      +4 -3      src/sys/arm/arm/trap.c
  1.286     +3 -3      src/sys/i386/i386/trap.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to