From owner-p4-projects@FreeBSD.ORG Wed Aug 2 06:49:35 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E702116A4EA; Wed, 2 Aug 2006 06:49:34 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAE6F16A4E8 for ; Wed, 2 Aug 2006 06:49:34 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6875343D6E for ; Wed, 2 Aug 2006 06:49:33 +0000 (GMT) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k726nXxL010698 for ; Wed, 2 Aug 2006 06:49:33 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k726nXqB010695 for perforce@freebsd.org; Wed, 2 Aug 2006 06:49:33 GMT (envelope-from jb@freebsd.org) Date: Wed, 2 Aug 2006 06:49:33 GMT Message-Id: <200608020649.k726nXqB010695@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 102999 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 06:49:35 -0000 http://perforce.freebsd.org/chv.cgi?CH=102999 Change 102999 by jb@jb_freebsd2 on 2006/08/02 06:49:24 Pad the structure out a bit further to give us a few more places to stach debug info. The size of the pad field differs between this tree and the sun4v_stable tree because DTrace adds fields to struct pcpu and the requirement is that it is a multiple of 64 bytes. Affected files ... .. //depot/projects/dtrace/src/sys/sun4v/include/pcpu.h#4 edit Differences ... ==== //depot/projects/dtrace/src/sys/sun4v/include/pcpu.h#4 (text+ko) ==== @@ -78,7 +78,7 @@ struct rwindow pc_tsbwbuf[2]; \ uint64_t pc_caller; \ uint16_t pc_cpulist[MAXCPU]; \ - uint64_t pad[2]; + uint64_t pad[10]; /* XXX SUN4V_FIXME - as we access the *_ra and *_size fields in quick * succession we _really_ want them to be L1 cache line size aligned