From owner-cvs-all Wed Jan 16 18:16:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46ED037B41C; Wed, 16 Jan 2002 18:16:35 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0H2GZl89239; Wed, 16 Jan 2002 18:16:35 -0800 (PST) (envelope-from mjacob) Message-Id: <200201170216.g0H2GZl89239@freefall.freebsd.org> From: Matt Jacob Date: Wed, 16 Jan 2002 18:16:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include db_machdep.h src/sys/alpha/alpha machdep.c src/sys/modules/osf1 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/01/16 18:16:35 PST Modified files: sys/alpha/include db_machdep.h sys/alpha/alpha machdep.c sys/modules/osf1 Makefile Log: Allow alpha kernels to compile again- make sure opt_ddb.h is included and the reference to db_regs is *extern* from alpha/include/db_machdep.h (put it in alpha/alpha/machdep.c)- this avoids the problems we've had about different 'common' sizes prohibiting the kernel from linking. Revision Changes Path 1.158 +1 -0 src/sys/alpha/alpha/machdep.c 1.5 +4 -1 src/sys/alpha/include/db_machdep.h 1.9 +2 -2 src/sys/modules/osf1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message