From owner-p4-projects Fri May 10 0:58:29 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E7BE237B403; Fri, 10 May 2002 00:58:23 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0418737B404 for ; Fri, 10 May 2002 00:58:23 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4A7wM508183 for perforce@freebsd.org; Fri, 10 May 2002 00:58:22 -0700 (PDT) (envelope-from marcel@freebsd.org) Date: Fri, 10 May 2002 00:58:22 -0700 (PDT) Message-Id: <200205100758.g4A7wM508183@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 11095 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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