At Wed, 1 Mar 2006 16:59:09 -0500,
John Baldwin wrote:
> On Wednesday 01 March 2006 15:50, John Baldwin wrote:
> > jhb 2006-03-01 20:50:10 UTC
> >
> > FreeBSD src repository
> >
> > Modified files: (Branch: RELENG_6)
> > sys/amd64/amd64 io_apic.c local_apic.c
> > sys/amd64/include apicvar.h intr_machdep.h
> > sys/i386/i386 io_apic.c local_apic.c
> > sys/i386/include apicvar.h intr_machdep.h
> > Log:
> > MFC: Change the x86 interrupt code to allocate IDT vectors on-demand.
> >
> > Approved by: re (scottl)
>
> The patch at http://www.FreeBSD.org/~jhb/patches/irq_shuffle.patch that I
> just committed to HEAD yesterday should now apply to RELENG_6 after this
> commit. I'd appreciate some folks testing it, especially people who had
> issues with UP kernels with APIC (such as GENERIC) not working on 6.0 but
> an SMP kernel with APIC would work.
I just tried to build kernel with recent RELENG_6, but failed. Is
this commit related to this?
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc
-I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq
-I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf
-I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd
-I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel
-mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow
-msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror
/usr/src/sys/amd64/amd64/local_apic.c
/usr/src/sys/amd64/amd64/local_apic.c: In function `db_show_apic':
/usr/src/sys/amd64/amd64/local_apic.c:789: warning: implicit declaration of
function `db_dump_intr_event'
/usr/src/sys/amd64/amd64/local_apic.c:789: warning: nested extern declaration
of `db_dump_intr_event'
/usr/src/sys/amd64/amd64/local_apic.c:789: error: structure has no member named
`is_event'
*** Error code 1
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"