diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2010-07-01 03:44:36 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2010-07-01 03:44:36 +0000 |
commit | 0f4f600df55cd2f644479139e2808d7554ca3e87 (patch) | |
tree | 950915ce4fac613164f8e4ca90ae0d17d307a666 /sys/arch/hppa64/conf | |
parent | a48b3d61d8342305f5dcf2b9d03ae792f66c913a (diff) |
Add stubs for soft interrupts.
ok kettenis@
Diffstat (limited to 'sys/arch/hppa64/conf')
-rw-r--r-- | sys/arch/hppa64/conf/files.hppa64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa64/conf/files.hppa64 b/sys/arch/hppa64/conf/files.hppa64 index 51091505e84..7760eadab37 100644 --- a/sys/arch/hppa64/conf/files.hppa64 +++ b/sys/arch/hppa64/conf/files.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa64,v 1.10 2010/06/30 20:38:49 tedu Exp $ +# $OpenBSD: files.hppa64,v 1.11 2010/07/01 03:44:35 jsing Exp $ # # hppa64-specific configuration info @@ -122,6 +122,7 @@ file arch/hppa64/hppa64/conf.c file arch/hppa64/hppa64/db_interface.c ddb file arch/hppa64/hppa64/db_disasm.c ddb file arch/hppa64/hppa64/disksubr.c disk +file arch/hppa64/hppa64/intr.c file arch/hppa64/hppa64/machdep.c file arch/hppa64/hppa64/mutex.c file arch/hppa64/hppa64/pmap.c |