From owner-freebsd-current Fri Nov 19 14:47:26 1999 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 1F26214DFB for ; Fri, 19 Nov 1999 14:47:22 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id OAA06479; Fri, 19 Nov 1999 14:47:21 -0800 (PST) (envelope-from dillon) Date: Fri, 19 Nov 1999 14:47:21 -0800 (PST) From: Matthew Dillon Message-Id: <199911192247.OAA06479@apollo.backplane.com> To: Steve Kargl Cc: freebsd-current@FreeBSD.ORG (FreeBSD Current) Subject: Re: kernel breakage on SMP References: <199911192024.MAA07473@troutmask.apl.washington.edu> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :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 :/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