PERFORCE change 29177 for review
Marcel Moolenaar
marcel at FreeBSD.org
Thu Apr 17 22:14:18 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29177
Change 29177 by marcel at marcel_nfs on 2003/04/17 22:13:52
Make it permanent...
Affected files ...
.. //depot/projects/ia64_epc/lib/libc/ia64/SYS.h#3 edit
.. //depot/projects/ia64_epc/sys/ia64/include/asm.h#4 edit
Differences ...
==== //depot/projects/ia64_epc/lib/libc/ia64/SYS.h#3 (text+ko) ====
@@ -33,7 +33,7 @@
#include <sys/syscall.h>
#define CALLSYS_ERROR(name) \
- EPC_CALLSYS_NOERROR(name); \
+ CALLSYS_NOERROR(name); \
cmp.ne p6,p0=r0,r10; \
(p6) br.cond.sptk.few .cerror
==== //depot/projects/ia64_epc/sys/ia64/include/asm.h#4 (text+ko) ====
@@ -157,11 +157,7 @@
*/
#define SYSCALLNUM(name) SYS_ ## name
-#define CALLSYS_NOERROR(name) \
- mov r15=SYSCALLNUM(name); \
- break 0x100000 ;;
-
-#define EPC_CALLSYS_NOERROR(name) \
+#define CALLSYS_NOERROR(name) \
{ .mmi ; \
alloc r9 = ar.pfs, 0, 0, 8, 0 ; \
mov r31 = ar.k5 ; \
More information about the p4-projects
mailing list