Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2001 13:32:59 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        freebsd-alpha@FreeBSD.ORG
Subject:   RE: -current failing on PC164
Message-ID:  <14959.8051.714883.875583@grasshopper.cs.duke.edu>
In-Reply-To: <XFMail.010124102957.jhb@FreeBSD.org>
References:  <14958.63910.53261.732597@grasshopper.cs.duke.edu> <XFMail.010124102957.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

John Baldwin writes:
 > > 
 > > So, are serial console's hosed??
 > 
 > It could be a bug. :-P  Can you add ddb and get a backtrace?
 >  

I'd like to.. but... I just CVSupp'ed and the same config no longer
builds after your recent commits:

cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I-  -I. -I../.. -I../../dev -I/usr/include  -D_KERNEL -include opt_global.h -elf  -mno-fp-regs -ffixed-8 -Wa,-mev56  ../../alpha/alpha/mp_machdep.c
../../alpha/alpha/mp_machdep.c: In function `smp_init_secondary':
../../alpha/alpha/mp_machdep.c:177: warning: implicit declaration of function `smp_ipi_all'
../../alpha/alpha/mp_machdep.c: At top level:
../../alpha/alpha/mp_machdep.c:270: warning: no previous prototype for `globaldata_register'
../../alpha/alpha/mp_machdep.c: In function `globaldata_register':
../../alpha/alpha/mp_machdep.c:271: structure has no member named `cpuid'
../../alpha/alpha/mp_machdep.c: In function `forward_statclock':
../../alpha/alpha/mp_machdep.c:495: warning: implicit declaration of function `smp_ipi_selected'
../../alpha/alpha/mp_machdep.c:495: `IPI_CHECKSTATE' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c:495: (Each undeclared identifier is reported only once
../../alpha/alpha/mp_machdep.c:495: for each function it appears in.)
../../alpha/alpha/mp_machdep.c:525: `IPI_AST' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c: In function `forward_hardclock':
../../alpha/alpha/mp_machdep.c:571: `IPI_CHECKSTATE' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c:620: `IPI_AST' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c: In function `forward_signal':
../../alpha/alpha/mp_machdep.c:672: `IPI_AST' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c: In function `forward_roundrobin':
../../alpha/alpha/mp_machdep.c:707: `IPI_AST' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c: In function `stop_cpus':
../../alpha/alpha/mp_machdep.c:750: `IPI_STOP' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c: In function `smp_rendezvous':
../../alpha/alpha/mp_machdep.c:855: warning: implicit declaration of function `smp_ipi_all_but_self'
../../alpha/alpha/mp_machdep.c:855: `IPI_RENDEZVOUS' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c: At top level:
../../alpha/alpha/mp_machdep.c:869: warning: no previous prototype for `smp_ipi_selected'
../../alpha/alpha/mp_machdep.c:869: warning: type mismatch with previous implicit declaration
../../alpha/alpha/mp_machdep.c:750: warning: previous implicit declaration of `smp_ipi_selected'
../../alpha/alpha/mp_machdep.c:869: warning: `smp_ipi_selected' was previously implicitly declared to return `int'
../../alpha/alpha/mp_machdep.c:893: warning: no previous prototype for `smp_ipi_all'
../../alpha/alpha/mp_machdep.c:893: warning: type mismatch with previous implicit declaration
../../alpha/alpha/mp_machdep.c:177: warning: previous implicit declaration of `smp_ipi_all'
../../alpha/alpha/mp_machdep.c:893: warning: `smp_ipi_all' was previously implicitly declared to return `int'
../../alpha/alpha/mp_machdep.c:902: warning: no previous prototype for `smp_ipi_all_but_self'
../../alpha/alpha/mp_machdep.c:902: warning: type mismatch with previous implicit declaration
../../alpha/alpha/mp_machdep.c:855: warning: previous implicit declaration of `smp_ipi_all_but_self'
../../alpha/alpha/mp_machdep.c:902: warning: `smp_ipi_all_but_self' was previously implicitly declared to return `int'
../../alpha/alpha/mp_machdep.c:911: warning: no previous prototype for `smp_ipi_self'
../../alpha/alpha/mp_machdep.c:939: warning: no previous prototype for `smp_handle_ipi'
../../alpha/alpha/mp_machdep.c: In function `smp_handle_ipi':
../../alpha/alpha/mp_machdep.c:954: `IPI_INVLTLB' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c:957: `IPI_RENDEZVOUS' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c:962: `IPI_AST' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c:970: `IPI_CHECKSTATE' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c:973: `cpuid' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c:982: `IPI_STOP' undeclared (first use in this function)
../../alpha/alpha/mp_machdep.c:955: warning: unreachable code at beginning of switch statement
*** Error code 1


I might be able to take a peek at it this evening, but I'm pretty busy 
now..

Drew


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14959.8051.714883.875583>