From owner-p4-projects Fri Sep 20 21: 6:13 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 88FB037B404; Fri, 20 Sep 2002 21:06:11 -0700 (PDT) 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 3487337B401; Fri, 20 Sep 2002 21:06:11 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FA6543E3B; Fri, 20 Sep 2002 21:06:10 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g8L4Iq8a081391; Sat, 21 Sep 2002 00:18:52 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g8L4Iqbl081390; Sat, 21 Sep 2002 00:18:52 -0400 (EDT) Date: Sat, 21 Sep 2002 00:18:52 -0400 From: Jake Burkholder To: Peter Wemm Cc: Perforce Change Reviews Subject: Re: PERFORCE change 17822 for review Message-ID: <20020921001852.A80340@locore.ca> References: <200209210339.g8L3dVaw009477@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200209210339.g8L3dVaw009477@freefall.freebsd.org>; from peter@freebsd.org on Fri, Sep 20, 2002 at 08:39:31PM -0700 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 Apparently, On Fri, Sep 20, 2002 at 08:39:31PM -0700, Peter Wemm said words to the effect of; > http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17822 > > Change 17822 by peter@peter_daintree on 2002/09/20 20:38:52 > > shoot silly bcopy etc indirection that we dont use. > > Affected files ... > > .. //depot/projects/hammer/sys/x86_64/include/md_var.h#4 edit > .. //depot/projects/hammer/sys/x86_64/x86_64/pmap.c#3 edit > > Differences ... > > ==== //depot/projects/hammer/sys/x86_64/include/md_var.h#4 (text+ko) ==== > > @@ -38,10 +38,7 @@ > > extern long Maxmem; > extern u_int atdevbase; /* offset in virtual memory of ISA io mem */ > -extern void (*bcopy_vector)(const void *from, void *to, size_t len); > extern int busdma_swi_pending; > -extern int (*copyin_vector)(const void *udaddr, void *kaddr, size_t len); > -extern int (*copyout_vector)(const void *kaddr, void *udaddr, size_t len); > extern u_int cpu_feature; > extern u_int cpu_high; > extern u_int cpu_id; > @@ -50,7 +47,6 @@ > extern u_int cyrix_did; > extern uint16_t *elan_mmcr; > extern char kstack[]; ^^^^^^^^^ I always get a kick out of seeing this. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message