Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2008 21:56:30 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133681 for review
Message-ID:  <200801192156.m0JLuUCc096561@repoman.freebsd.org>

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

Change 133681 by jb@jb_freebsd1 on 2008/01/19 21:56:06

	Reset to match CVS.

Affected files ...

.. //depot/projects/dtrace/src/sys/sparc64/include/asi.h#6 edit
.. //depot/projects/dtrace/src/sys/sparc64/include/asm.h#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sparc64/include/asi.h#6 (text+ko) ====

@@ -49,11 +49,6 @@
 #define	ASI_SL					0x89
 #define	ASI_PNFL				0x8a
 #define	ASI_SNFL				0x8b
- 
-/*
- * Mnemonic asis
- */
-#define ASI_USER        ASI_AIUS
 
 /*
  * UltraSPARC extensions. ASIs limited to a certain family are annotated.

==== //depot/projects/dtrace/src/sys/sparc64/include/asm.h#5 (text+ko) ====

@@ -93,16 +93,8 @@
 CNAME(x):
 
 #define	ENTRY(x)	_ENTRY(x)
-#define	ENTRY_NP(x)	_ENTRY(x)
 #define	END(x)		.size x, . - x
 
-#define STACK_ALIGN     16
-#define SET_SIZE(x)     END(x)
-#define SA(X)           (((X)+(STACK_ALIGN-1)) & ~(STACK_ALIGN-1))  
-#define WINDOWSIZE64    (16*8)
-#define WINDOWSIZE	WINDOWSIZE64
-#define MINFRAME64      (WINDOWSIZE64 + 48)
-#define MINFRAME        MINFRAME64
 /*
  * Kernel RCS ID tag and copyright macros
  */



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