Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 22:14:16 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29177 for review
Message-ID:  <200304180514.h3I5EGHV025854@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29177

Change 29177 by marcel@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 ;				\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304180514.h3I5EGHV025854>