CVSROOT: /cvs Module name: src Changes by: a...@cvs.openbsd.org 2009/04/22 02:35:54
Modified files: sys/kern : kern_sched.c Log message: When starting up idle, explicitly set p_cpu and the peg flag for the idle proc. p_cpu might be necessary in the future and pegging is just to be extra safe (although we'll be horribly broken if the idle proc ever ends up where that flag is checked).