From owner-freebsd-current Tue May 12 11:33:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27098 for freebsd-current-outgoing; Tue, 12 May 1998 11:33:02 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27051 for ; Tue, 12 May 1998 11:32:51 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id NAA17274; Tue, 12 May 1998 13:32:51 -0500 (EST) (envelope-from toor) From: "John S. Dyson" Message-Id: <199805121832.NAA17274@dyson.iquest.net> Subject: Re: Hmmmm... this doesn't look good... In-Reply-To: <19980512132939.57691@mcs.net> from Karl Denninger at "May 12, 98 01:29:39 pm" To: karl@mcs.net (Karl Denninger) Date: Tue, 12 May 1998 13:32:51 -0500 (EST) Cc: toor@dyson.iquest.net, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, May 12, 1998 at 01:26:27PM -0500, John S. Dyson wrote: > > > > > > -CURRENT, with the following warnings happening since yesterday (and these > > > don't look good): > > > > > Those errors are minor (but I am going to fix them ASAP.) This is what > > I get for not checking a UP kernel. > > > > John > > Are they harmless (ie: is the automatic promotion safe?) > Yes, here are the diffs that I just committed: Index: cpufunc.h =================================================================== RCS file: /local/home/ncvs/src/sys/i386/include/cpufunc.h,v retrieving revision 1.77 diff -C5 -r1.77 cpufunc.h *** cpufunc.h 1998/05/11 02:13:47 1.77 --- cpufunc.h 1998/05/12 18:27:16 *************** *** 226,236 **** } #else /* !SMP */ static __inline void ! invlpg(void *addr) { __asm __volatile("invlpg %0"::"m"(*(char *)addr):"memory"); } --- 226,236 ---- } #else /* !SMP */ static __inline void ! invlpg(u_int addr) { __asm __volatile("invlpg %0"::"m"(*(char *)addr):"memory"); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message