Source-Changes archive

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

CVS commit: src/sys/rump/librump/rumpkern



Module Name:    src
Committed By:   pooka
Date:           Thu Oct  9 19:40:52 UTC 2008

Modified Files:
        src/sys/rump/librump/rumpkern: intr.c rump.c

Log Message:
Rewrite interrupts to provide better softintr support, i.e. not
execute them simply in the context of the scheduling code, as this
does not work for all applications (e.g. networking soft interrupts).
Rather, schedule them and execute them from a separate context.

Also provide a timer which for now executes just hardclock_callout()
(well, at least after callouts are included in librump, which is
soon).


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/rump/librump/rumpkern/intr.c
cvs rdiff -r1.62 -r1.63 src/sys/rump/librump/rumpkern/rump.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