diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-11-14 20:33:33 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-11-14 20:33:33 +0000 |
commit | 621c0c1ae99e0ecdc85964587e9bd6075928437b (patch) | |
tree | d1c85b27e3200662b9e5756f4981c3764c849080 /sys/arch/powerpc/conf | |
parent | e2fc99578bd7e2a71087242efb21e5f2b5349b5b (diff) |
Turn the spl* macros into functions.
Shaves a few bytes of the kernel.
No measurable performance loss.
ok drahn@, kettenis@
Diffstat (limited to 'sys/arch/powerpc/conf')
-rw-r--r-- | sys/arch/powerpc/conf/files.powerpc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/conf/files.powerpc b/sys/arch/powerpc/conf/files.powerpc index d3effdc83a4..85d51db5a41 100644 --- a/sys/arch/powerpc/conf/files.powerpc +++ b/sys/arch/powerpc/conf/files.powerpc @@ -1,4 +1,4 @@ -# $OpenBSD: files.powerpc,v 1.43 2007/10/10 15:53:52 art Exp $ +# $OpenBSD: files.powerpc,v 1.44 2007/11/14 20:33:32 thib Exp $ # file arch/powerpc/powerpc/setjmp.S ddb @@ -13,6 +13,7 @@ file arch/powerpc/powerpc/sys_machdep.c file arch/powerpc/powerpc/trap.c file arch/powerpc/powerpc/vm_machdep.c file arch/powerpc/powerpc/mutex.S +file arch/powerpc/powerpc/intr.c file arch/powerpc/ddb/db_memrw.c ddb file arch/powerpc/ddb/db_disasm.c ddb |