Date: Thu, 02 Mar 2006 10:53:14 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 io_apic.c local_apic.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/i386/i386 io_apic.c local_apic.c src/sys/i386/include apicvar.h intr_machdep.h Message-ID: <7mu0ahy5md.wl%kuriyama@imgsrc.co.jp> In-Reply-To: <200603012050.k21KoA9K071014@repoman.freebsd.org> <200603011659.11552.jhb@freebsd.org> References: <200603012050.k21KoA9K071014@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mu0ahy5md.wl%kuriyama>