PERFORCE change 30281 for review
Marcel Moolenaar
marcel at FreeBSD.org
Wed Apr 30 22:05:51 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30281
Change 30281 by marcel at marcel_nfs on 2003/04/30 22:05:03
Diff reduction: remove EPC specific change from this branch.
Affected files ...
.. //depot/projects/ia64/sys/ia64/include/asm.h#8 edit
Differences ...
==== //depot/projects/ia64/sys/ia64/include/asm.h#8 (text+ko) ====
@@ -151,26 +151,16 @@
label: ASCIZ msg; \
.text;
-
/*
* System call glue.
*/
-#define SYSCALLNUM(name) SYS_ ## name
+#define SYSCALLNUM(name) \
+ SYS_ ## name
#define CALLSYS_NOERROR(name) \
mov r15=SYSCALLNUM(name); \
break 0x100000 ;;
-#define EPC_CALLSYS_NOERROR(name) \
-{ .mmi ; \
- alloc r9 = ar.pfs, 0, 0, 8, 0 ; \
- mov r14 = ar.k7 ;; } \
-{ .mib ; \
- mov r8 = SYSCALLNUM(name) ; \
- mov b7 = r14 ; \
- br.call.sptk b6 = b7 }
-
-
/*
* WEAK_ALIAS: create a weak alias (ELF only).
*/
More information about the p4-projects
mailing list