From owner-p4-projects@FreeBSD.ORG Fri Oct 19 10:32:35 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 523C716A41B; Fri, 19 Oct 2007 10:32:35 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E8E816A418 for ; Fri, 19 Oct 2007 10:32:35 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5412A13C4B9 for ; Fri, 19 Oct 2007 10:32:33 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9JAWXoL003708 for ; Fri, 19 Oct 2007 10:32:33 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9JAWXUY003705 for perforce@freebsd.org; Fri, 19 Oct 2007 10:32:33 GMT (envelope-from jb@freebsd.org) Date: Fri, 19 Oct 2007 10:32:33 GMT Message-Id: <200710191032.l9JAWXUY003705@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 127764 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: Fri, 19 Oct 2007 10:32:35 -0000 http://perforce.freebsd.org/chv.cgi?CH=127764 Change 127764 by jb@jb_freebsd1 on 2007/10/19 10:31:58 Reset to match CVS. Affected files ... .. //depot/projects/dtrace/src/sys/sun4v/include/pcpu.h#12 edit Differences ... ==== //depot/projects/dtrace/src/sys/sun4v/include/pcpu.h#12 (text+ko) ==== @@ -74,7 +74,7 @@ u_int pc_kwbuf_full; \ struct rwindow pc_tsbwbuf[2]; \ uint16_t pc_cpulist[MAXCPU]; \ - uint64_t pad[9]; + uint64_t pad[11]; /* 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