Source-Changes archive

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

CVS commit: [wrstuden-revivesa] src/sys/kern



Module Name:    src
Committed By:   wrstuden
Date:           Sun May 11 00:54:06 UTC 2008

Modified Files:
        src/sys/kern [wrstuden-revivesa]: kern_sa.c

Log Message:
Adapt to current POOL_INIT() signature. Add IPL values. I believe we
never pull anything out of our pools at IPL, so go with IPL_NONE.
While here, lose the comments at the end of the lines; move them
to before each POOL_INIT(). I find it hideously difficult to read,
so imporve it.

Our locks now are mutexes, so lose the simple lock code. The
per-VP mutex needs top be IPL_SCHED since we will aquire it when
we're called from sleepq_block(). Make the other mutex SCHED for
now.


To generate a diff of this commit:
cvs rdiff -r1.91.2.3 -r1.91.2.4 src/sys/kern/kern_sa.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