Source-Changes archive

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

CVS commit: src/sys/arch/sh3



Module Name:    src
Committed By:   uwe
Date:           Sat Oct 18 23:21:35 UTC 2003

Modified Files:
        src/sys/arch/sh3/include: intr.h
        src/sys/arch/sh3/sh3: interrupt.c

Log Message:
Make intc_intr_priority() return old level.  While here, make the code
more compact by factoring out register update to happen in one place,
outside the switch statements.

Add intc_intr_disable() and intc_intr_enable().


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/sh3/include/intr.h
cvs rdiff -r1.8 -r1.9 src/sys/arch/sh3/sh3/interrupt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index