diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-03-15 20:39:54 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-03-15 20:39:54 +0000 |
commit | 696ab5f08e3725e54a7b87f6c7f732871cea9473 (patch) | |
tree | 7b7b4aabacc34b41996ac576125a369d66fe2745 /sys/arch/m88k/conf | |
parent | abb057e2ebdbe264ef7de85bffff2cb3aab73ac2 (diff) |
Generic softinterrupt support for m88k based platforms, adapted from arm
with different locking mechanism. 88110 soft ipi are replaced with an
ipi callback which is checked upon return from exception (it can not be kept
as a softintr, as the generic softinterrupt code doesn't have per-cpu
pending softintr queues).
Diffstat (limited to 'sys/arch/m88k/conf')
-rw-r--r-- | sys/arch/m88k/conf/files.m88k | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/m88k/conf/files.m88k b/sys/arch/m88k/conf/files.m88k index 780cb3a40da..b60f213d360 100644 --- a/sys/arch/m88k/conf/files.m88k +++ b/sys/arch/m88k/conf/files.m88k @@ -1,4 +1,4 @@ -# $OpenBSD: files.m88k,v 1.22 2009/02/20 20:40:00 miod Exp $ +# $OpenBSD: files.m88k,v 1.23 2009/03/15 20:39:53 miod Exp $ file arch/m88k/m88k/atomic.S multiprocessor file arch/m88k/m88k/db_disasm.c ddb @@ -17,6 +17,7 @@ file arch/m88k/m88k/pmap.c file arch/m88k/m88k/process.S file arch/m88k/m88k/process_machdep.c file arch/m88k/m88k/sig_machdep.c +file arch/m88k/m88k/softintr.c file arch/m88k/m88k/subr.S file arch/m88k/m88k/trap.c file arch/m88k/m88k/vectors_88100.S m88100 |