diff options
author | 1997-03-26 21:51:31 +0000 | |
---|---|---|
committer | 1997-03-26 21:51:31 +0000 | |
commit | 07e262daa0f3e146a7fd5243256a63c63e01dc4f (patch) | |
tree | 081d4ef80c3060404abb23f2957c28a05e54edf7 /sys | |
parent | fix a bunch of errors (diff) | |
download | wireguard-openbsd-07e262daa0f3e146a7fd5243256a63c63e01dc4f.tar.xz wireguard-openbsd-07e262daa0f3e146a7fd5243256a63c63e01dc4f.zip |
Got rid of an unused function
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amiga/amiga/locore.s | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/arch/amiga/amiga/locore.s b/sys/arch/amiga/amiga/locore.s index d808083fa6c..73a9d16efe2 100644 --- a/sys/arch/amiga/amiga/locore.s +++ b/sys/arch/amiga/amiga/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.18 1997/03/26 19:04:25 niklas Exp $ */ +/* $OpenBSD: locore.s,v 1.19 1997/03/26 21:51:31 niklas Exp $ */ /* $NetBSD: locore.s,v 1.72 1996/12/17 11:09:10 is Exp $ */ /* @@ -1217,15 +1217,6 @@ Lauexit: #include <m68k/m68k/support.s> -ENTRY(qsetjmp) - movl sp@(4),a0 | savearea pointer - lea a0@(40),a0 | skip regs we do not save - movl a6,a0@+ | save FP - movl sp,a0@+ | save SP - movl sp@,a0@ | and return address - moveq #0,d0 | return 0 - rts - /* * The following primitives manipulate the run queues. * _whichqs tells which of the 32 queues _qs have processes |