summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2005-03-03 01:26:40 +0000
committermarius <marius@FreeBSD.org>2005-03-03 01:26:40 +0000
commit29c3c0268cdcfb5256b01f26a11fb3f390fd0465 (patch)
treeef4ae758cb590c270da070a2ca38857238cbdbc9
parentcbc8b92639f23164269af2d10d3f2a136c23f0c4 (diff)
downloadFreeBSD-src-29c3c0268cdcfb5256b01f26a11fb3f390fd0465.zip
FreeBSD-src-29c3c0268cdcfb5256b01f26a11fb3f390fd0465.tar.gz
Remove the transition aid for the change of the sparc64 default system
call vector which was added in rev. 1.52. This change was done way before sparc64 switched to a 64-bit time_t so all binaries are expected to have been recompiled by now.
-rw-r--r--sys/sparc64/sparc64/exception.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sparc64/sparc64/exception.S b/sys/sparc64/sparc64/exception.S
index 5c200f7..c243f40 100644
--- a/sys/sparc64/sparc64/exception.S
+++ b/sys/sparc64/sparc64/exception.S
@@ -1900,11 +1900,7 @@ tl0_soft:
tl0_gen T_FIX_ALIGNMENT ! 0x106
tl0_gen T_INTEGER_OVERFLOW ! 0x107
tl0_gen T_SYSCALL ! 0x108
-#ifdef COMPAT_FREEBSD4
- tl0_syscall ! 0x109
-#else
tl0_gen T_SYSCALL ! 0x109
-#endif
tl0_fp_restore ! 0x10a
tl0_reserved 5 ! 0x10b-0x10f
tl0_gen T_TRAP_INSTRUCTION_16 ! 0x110
OpenPOWER on IntegriCloud