Re: SMP mega-commit complete

2000-09-07 Thread Greg Lehey

On Thursday,  7 September 2000 at 20:06:20 +0900, Motomichi Matsuzaki wrote:
>
> At 6 Sep 2000 18:35:17 -0700,
> Jason Evans <[EMAIL PROTECTED]> wrote:
>> If you run into issues that appear related to the SMP changes, and they
>> aren't listed as known issues, please bring them up on the -smp or -current
>> mailing list.
>
> this breaks building GENERIC kernel.
>
> cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
>-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  
>-nostdinc -I- -I. -I/opt/usr/src/sys -I/opt/usr/src/sys/../include  -D_KERNEL 
>-include opt_global.h -elf  -mpreferred-stack-boundary=2 
>/opt/usr/src/sys/i386/i386/genassym.c
> In file included from /opt/usr/src/sys/sys/signalvar.h:42,
>  from /opt/usr/src/sys/sys/user.h:59,
>  from /opt/usr/src/sys/i386/i386/genassym.c:66:
> machine/smp.h:19: #error SMP not supported with I386_CPU
> *** Error code 1

Sorry, my bad.  Pass the pointy hat.  I didn't know that smp.h was
included in a non-SMP system.  I see that John Baldwin has already
committed a fix.

Greg
--
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SMP mega-commit complete

2000-09-07 Thread John Baldwin

Jason Evans wrote:
> On Thu, Sep 07, 2000 at 03:31:06PM -0400, Wesley Morgan wrote:
> > On Wed, 6 Sep 2000, Jason Evans wrote:
> > 
> > > A static tag, named PRE_SMPNG, was created at 18:00 PDT.  The SMP patches
> > > have now been committed.
> > 
> > Is it safe to follow src-sys from PRE_SMPNG and everything else as
> > -current?
> 
> top and ps won't work quite right if you do that.

Err, no.  They will work perfectly fine, they just won't compile. :)

> Jason

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SMP mega-commit complete

2000-09-07 Thread Jason Evans

On Thu, Sep 07, 2000 at 03:31:06PM -0400, Wesley Morgan wrote:
> On Wed, 6 Sep 2000, Jason Evans wrote:
> 
> > A static tag, named PRE_SMPNG, was created at 18:00 PDT.  The SMP patches
> > have now been committed.
> 
> Is it safe to follow src-sys from PRE_SMPNG and everything else as
> -current?

top and ps won't work quite right if you do that.

Jason


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SMP mega-commit complete

2000-09-07 Thread Wesley Morgan

On Wed, 6 Sep 2000, Jason Evans wrote:

> A static tag, named PRE_SMPNG, was created at 18:00 PDT.  The SMP patches
> have now been committed.

Is it safe to follow src-sys from PRE_SMPNG and everything else as
-current?


-- 
   _ __ ___   ___ ___ ___
  Wesley N Morgan   _ __ ___ | _ ) __|   \
  [EMAIL PROTECTED] _ __ | _ \._ \ |) |
  FreeBSD: The Power To Serve  _ |___/___/___/
  6bone: 3ffe:1ce3:7::b4ff:fe53:c297
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SMP mega-commit complete

2000-09-07 Thread Motomichi Matsuzaki


At 6 Sep 2000 18:35:17 -0700,
Jason Evans <[EMAIL PROTECTED]> wrote:
> If you run into issues that appear related to the SMP changes, and they
> aren't listed as known issues, please bring them up on the -smp or -current
> mailing list.

this breaks building GENERIC kernel.

cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  
-nostdinc -I- -I. -I/opt/usr/src/sys -I/opt/usr/src/sys/../include  -D_KERNEL -include 
opt_global.h -elf  -mpreferred-stack-boundary=2 /opt/usr/src/sys/i386/i386/genassym.c
In file included from /opt/usr/src/sys/sys/signalvar.h:42,
 from /opt/usr/src/sys/sys/user.h:59,
 from /opt/usr/src/sys/i386/i386/genassym.c:66:
machine/smp.h:19: #error SMP not supported with I386_CPU
*** Error code 1

-- 
Motomichi Matsuzaki <[EMAIL PROTECTED]> 
Dept. of Biological Sciences, Grad. School of Science, Univ. of Tokyo, Japan 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



SMP mega-commit complete

2000-09-06 Thread Jason Evans

A static tag, named PRE_SMPNG, was created at 18:00 PDT.  The SMP patches
have now been committed.

There are a number of known issues, and we are actively tracking them on
the SMP web page at:

http://people.freebsd.org/~jasone/smp/

If you run into issues that appear related to the SMP changes, and they
aren't listed as known issues, please bring them up on the -smp or -current
mailing list.

Jason


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message