From owner-cvs-all Thu Oct 15 15:00:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14302 for cvs-all-outgoing; Thu, 15 Oct 1998 15:00:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14296; Thu, 15 Oct 1998 15:00:56 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA25331; Thu, 15 Oct 1998 15:00:54 -0700 (PDT) Date: Thu, 15 Oct 1998 15:00:54 -0700 (PDT) Message-Id: <199810152200.PAA25331@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/10/15 15:00:54 PDT Modified files: sys/alpha/alpha machdep.c Log: Fix a typo preventing the correct value of kernend from being picked up from the bootstrap. Also change some debug printfs from #if 0 to #ifdef DEBUG_CLUSTER to make it easier to debug startup memory problems. Revision Changes Path 1.18 +8 -8 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message