diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2005-03-03 01:26:40 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2005-03-03 01:26:40 +0000 |
| commit | 52a1e57048a5de4ac7b6e752ee8a4dbd5795b60f (patch) | |
| tree | ef4ae758cb590c270da070a2ca38857238cbdbc9 | |
| parent | aa01bce81ac7cdeb78dab86b58a3bd85917629a5 (diff) | |
Notes
| -rw-r--r-- | sys/sparc64/sparc64/exception.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sparc64/sparc64/exception.S b/sys/sparc64/sparc64/exception.S index 5c200f754961e..c243f4087da28 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 |
