Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 22:05:48 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30281 for review
Message-ID:  <200305010505.h4155mEb012702@repoman.freebsd.org>

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

Change 30281 by marcel@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).
  */



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