CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/10 11:54:13
Modified files:
sys/kern : kern_synch.c
sys/arch/alpha/alpha: machdep.c
sys/arch/amd64/amd64: machdep.c
sys/arch/armish/armish: armish_machdep.c
sys/arch/beagle/beagle: beagle_machdep.c
sys/arch/hppa/hppa: machdep.c
sys/arch/i386/i386: machdep.c
sys/arch/landisk/landisk: machdep.c
sys/arch/loongson/loongson: machdep.c
sys/arch/macppc/macppc: machdep.c
sys/arch/palm/palm: palm_machdep.c
sys/arch/sgi/sgi: machdep.c
sys/arch/socppc/socppc: machdep.c
sys/arch/vax/vax: machdep.c
sys/arch/zaurus/zaurus: zaurus_machdep.c
Log message:
Declare safepri at the MD level on each platform, so that the kern_synch.c
does not have to deal with it as a common. Some platforms may be missed
by this commit... if you spot one, fix it the same way.
ok miod