cvs commit: src/sys/i386/i386 mp_machdep.c

看板DFBSD_commit作者時間20年前 (2005/04/26 09:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/3 (看更多)
dillon 2005/04/25 17:30:00 PDT DragonFly src repository Modified files: sys/i386/i386 mp_machdep.c Log: Fix an SMP bug. The SMP startup code waits for the APs to finish initializing and goes through an interlock with the BGL. Unfortunately, it does not properly restore the BGL when it finishes. This can cause the system to lock-up on boot (spin trying to get a broken BGL) just after finishing the AP initialization. Additionally, this resulted in the swapper thread running without the BGL. Revision Changes Path 1.34 +1 -1 src/sys/i386/i386/mp_machdep.c http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/mp_machdep.c.diff?r1=1.33&r2=1.34&f=u
文章代碼(AID): #12RPBG00 (DFBSD_commit)
文章代碼(AID): #12RPBG00 (DFBSD_commit)