Date: Tue, 12 May 1998 13:32:51 -0500 (EST) From: "John S. Dyson" <toor@dyson.iquest.net> To: karl@mcs.net (Karl Denninger) Cc: toor@dyson.iquest.net, current@FreeBSD.ORG Subject: Re: Hmmmm... this doesn't look good... Message-ID: <199805121832.NAA17274@dyson.iquest.net> In-Reply-To: <19980512132939.57691@mcs.net> from Karl Denninger at "May 12, 98 01:29:39 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805121832.NAA17274>