Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [yamt-idlelwp] src/sys/arch
Module Name: src
Committed By: ad
Date: Fri Mar 23 14:06:07 UTC 2007
Modified Files:
src/sys/arch/amd64/amd64 [yamt-idlelwp]: spl.S
src/sys/arch/i386/i386 [yamt-idlelwp]: spl.S
src/sys/arch/x86/include [yamt-idlelwp]: intr.h
src/sys/arch/x86/x86 [yamt-idlelwp]: softintr.c
Log Message:
- Decouple intr.h from cpu.h.
- Define splraise in spl.S. As a side effect it becomes "preemption safe".
- Make softintr_schedule a function in softintr.c.
- Make softintr a function in spl.S, and remove the unneeded lock prefix.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.2.1 src/sys/arch/amd64/amd64/spl.S
cvs rdiff -r1.15 -r1.15.2.1 src/sys/arch/i386/i386/spl.S
cvs rdiff -r1.25 -r1.25.2.1 src/sys/arch/x86/include/intr.h
cvs rdiff -r1.1 -r1.1.56.1 src/sys/arch/x86/x86/softintr.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