From owner-cvs-all Thu Sep 13 5:39:19 2001 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 A5ACB37B40D; Thu, 13 Sep 2001 05:39:15 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8DCdFC69786; Thu, 13 Sep 2001 05:39:15 -0700 (PDT) (envelope-from dfr) Message-Id: <200109131239.f8DCdFC69786@freefall.freebsd.org> From: Doug Rabson Date: Thu, 13 Sep 2001 05:39:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 clock.c genassym.c locore.s machdep.c src/sys/ia64/include bootinfo.h src/sys/conf Makefile.ia64 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 dfr 2001/09/13 05:39:15 PDT Modified files: sys/ia64/ia64 clock.c genassym.c locore.s machdep.c sys/ia64/include bootinfo.h sys/conf Makefile.ia64 Log: * Enable dynamically linked kernel. This involves adding a self-relocator to locore to process the @fptr relocations in the dynamic executable. * Don't initialise the timer until *after* we install the timecounter to avoid a race between timecounter initialisation and hardclock. * Tidy up bootinfo somewhat including adding sanity checks for when the kernel is loaded without a recognisable bootinfo. Revision Changes Path 1.9 +4 -3 src/sys/ia64/ia64/clock.c 1.15 +13 -1 src/sys/ia64/ia64/genassym.c 1.10 +133 -1 src/sys/ia64/ia64/locore.s 1.46 +16 -71 src/sys/ia64/ia64/machdep.c 1.3 +6 -2 src/sys/ia64/include/bootinfo.h 1.34 +2 -2 src/sys/conf/Makefile.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message