Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2002 00:58:22 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11095 for review
Message-ID:  <200205100758.g4A7wM508183@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11095

Change 11095 by marcel@marcel_vaio on 2002/05/10 00:57:58

	Sync with CVS. If I continue to piggyback, I'd better do it
	everywhere so that I don't have to wonder what's the version
	I was actually working on :-/

Affected files ...

... //depot/projects/ia64/sys/ia64/include/reg.h#4 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/include/reg.h#4 (text+ko) ====

@@ -40,13 +40,14 @@
 #endif
 
 struct reg {
-	uint64_t	r_gr[32];	/* No rotating registers */
+	uint64_t	r_gr[128];
 	uint64_t	r_br[8];
 	uint64_t	r_cfm;
 	uint64_t	r_ip;		/* Bits 0-3 encode the slot number */
 	uint64_t	r_pr;
 	uint64_t	r_psr;		/* User mask */
 	uint64_t	r_ar_rsc;
+	uint64_t	r_ar_bsp;
 	uint64_t	r_ar_bspstore;
 	uint64_t	r_ar_rnat;
 	uint64_t	r_ar_ccv;
@@ -54,7 +55,6 @@
 	uint64_t	r_ar_fpsr;
 	uint64_t	r_ar_pfs;
 	uint64_t	r_ar_lc;
-	uint64_t	r_ar_ec;
 };
 
 struct fpreg {

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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