diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-03-12 13:34:24 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-03-12 13:34:24 +0000 |
commit | a194f37816e1e5528129b12e336f3c88b1fea781 (patch) | |
tree | 8150cc6865352f833fe48b868b651aa8499e2696 | |
parent | 92b5fc6bd680c000d539d603fbf4e71f46999442 (diff) |
Remove reference to obsolete SONICSPACE.
-rw-r--r-- | sys/arch/mac68k/mac68k/locore.s | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s index 9349af87823..2b096b24e57 100644 --- a/sys/arch/mac68k/mac68k/locore.s +++ b/sys/arch/mac68k/mac68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.19 1997/03/08 16:17:03 briggs Exp $ */ +/* $OpenBSD: locore.s,v 1.20 1997/03/12 13:34:23 briggs Exp $ */ /* $NetBSD: locore.s,v 1.74 1997/02/02 08:17:46 thorpej Exp $ */ /* @@ -2176,10 +2176,3 @@ _mac68k_vrsrc_vec: .word 0, 0, 0, 0, 0, 0 _mac68k_buserr_addr: .long 0 - .globl _SONICSPACE, _SONICSPACE_size -_SONICSPACE: - .space 108123 -/* size is figured out in if_sn.c. - This should be dynamically allocated at some point. */ -_SONICSPACE_size: - .long 108123 |