diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-01-26 17:40:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-01-26 17:40:12 +0000 |
commit | 535d4a7abde2f69d9922ec3e33c3d7786c26e67c (patch) | |
tree | cbe34f4dc61dd706b629b8ee926dc19e24dee847 /sys/arch/alpha/compile | |
parent | e3431266b5fb897c86d2a375eb6ff2687c161636 (diff) |
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.
Diffstat (limited to 'sys/arch/alpha/compile')
-rw-r--r-- | sys/arch/alpha/compile/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/alpha/compile/.cvsignore b/sys/arch/alpha/compile/.cvsignore index ea4818e02b3..f9df98b101c 100644 --- a/sys/arch/alpha/compile/.cvsignore +++ b/sys/arch/alpha/compile/.cvsignore @@ -1,4 +1,5 @@ GENERIC +GENERIC.MP RAMDISK RAMDISKB RAMDISKC |