diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-04-02 13:24:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-04-02 13:24:58 +0000 |
commit | 519b6be9837dad441b6d1e61fab7a563bae6730b (patch) | |
tree | e966b4e70c37bf4bee22fdd575026c28214a67ff /sys/arch/sparc64/include | |
parent | f4a82e159fcfb90e908e4035a99b9b355e5cfe31 (diff) |
Get rid of SYSCALL_G7RFLAG. iIt's been deprecated for a long time already,
and we've started using %g7 as a per-thread register now. If you have any
binaries left that use this flag they'll probably crash and burn!
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r-- | sys/arch/sparc64/include/trap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/trap.h b/sys/arch/sparc64/include/trap.h index ca7dd92cc6a..4e898cfd005 100644 --- a/sys/arch/sparc64/include/trap.h +++ b/sys/arch/sparc64/include/trap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.h,v 1.4 2008/07/04 22:04:37 kettenis Exp $ */ +/* $OpenBSD: trap.h,v 1.5 2013/04/02 13:24:57 kettenis Exp $ */ /* $NetBSD: trap.h,v 1.4 1999/06/07 05:28:04 eeh Exp $ */ /* @@ -146,7 +146,6 @@ /* flags to system call (flags in %g1 along with syscall number) */ #define SYSCALL_G2RFLAG 0x400 /* on success, return to %g2 rather than npc */ -#define SYSCALL_G7RFLAG 0x800 /* use %g7 as above (deprecated) */ /* * `software trap' macros to keep people happy (sparc v8 manual says not |