CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/01/26 10:40:11
Modified files:
sys/arch/alpha/alpha: cpu.c db_interface.c debug.s interrupt.c
ipifuncs.c locore.s machdep.c multiproc.s
mutex.c pmap.c process_machdep.c trap.c
sys/arch/alpha/compile: .cvsignore
sys/arch/alpha/conf: files.alpha
sys/arch/alpha/include: atomic.h cpu.h db_machdep.h intr.h
mutex.h pmap.h pte.h
Added files:
sys/arch/alpha/alpha: lock_machdep.c
sys/arch/alpha/conf: GENERIC.MP
sys/arch/alpha/include: mplock.h
Log message:
Work in progress work towards SMP, heavily based upon NetBSD. The MP kernel
will boot multiuser, but will deadlock under load, and I can't find my
mistake yet.