Date: Fri, 19 Nov 1999 14:47:21 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Steve Kargl <sgk@troutmask.apl.washington.edu> Cc: freebsd-current@FreeBSD.ORG (FreeBSD Current) Subject: Re: kernel breakage on SMP Message-ID: <199911192247.OAA06479@apollo.backplane.com> References: <199911192024.MAA07473@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
: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../.. -I../../../include -DKERNEL -include opt_global.h -elf vers.c :linking kernel :exception.o: In function `vm86_biosret': :exception.o(.text+0x582): undefined reference to `MPrellock' Gulp! I forgot to commit a file... done. -Matt Matthew Dillon <dillon@backplane.com> :/sys/i386/include/asnames.h:#define _MPrellock_edx MPrellock_edx :/sys/i386/include/lock.h: call _MPrellock ; \ :/sys/i386/isa/apic_vector.s: call _MPrellock_edx :/sys/i386/isa/ipl.s: call _MPrellock_edx :/sys/i386/i386/mplock.s: * void MPrellock_edx(unsigned int *lock : %edx) :/sys/i386/i386/mplock.s:NON_GPROF_ENTRY(MPrellock_edx) :/sys/i386/i386/mplock.s: call _MPrellock_edx :/sys/i386/i386/mplock.s: jmp _MPrellock_edx :/sys/i386/i386/mplock.s: jmp _MPrellock_edx :/sys/i386/i386/mplock.s: jmp _MPrellock_edx :/sys/i386/i386/mplock.s: jmp _MPrellock_edx :/sys/i386/i386/mplock.s: jmp _MPrellock_edx :/sys/i386/i386/mplock.s: call _MPrellock_edx : : :Are asnames.h and lock.h correct? : :-- :Steve : : :To Unsubscribe: send mail to majordomo@FreeBSD.org :with "unsubscribe freebsd-current" in the body of the message : 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?199911192247.OAA06479>