diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-06-03 18:46:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-06-03 18:46:03 +0000 |
commit | 4eeaea52d7d16363e612d3380ecae29b86d07747 (patch) | |
tree | 13d101f21ba545b09436c8cfda2c275090fd65b1 /sys/arch/sparc/include | |
parent | 5415a8b3d4a7488733968e3d31a586c2457a8564 (diff) |
Get rid of SYSCALL_G7RFLAG. It'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!
tested by & ok miod@
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r-- | sys/arch/sparc/include/trap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/trap.h b/sys/arch/sparc/include/trap.h index fcf25b4102e..cce5b33bf9a 100644 --- a/sys/arch/sparc/include/trap.h +++ b/sys/arch/sparc/include/trap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.h,v 1.5 2003/06/02 23:27:54 millert Exp $ */ +/* $OpenBSD: trap.h,v 1.6 2013/06/03 18:46:02 kettenis Exp $ */ /* $NetBSD: trap.h,v 1.9 1996/05/16 15:57:04 abrown Exp $ */ /* @@ -135,7 +135,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 |