From sparclinux-owner@vger.kernel.org  Wed Apr 10 01:11:07 2002
Received: from gw.icm.edu.pl (IDENT:root@gw-p.icm.edu.pl [192.168.1.242])
	by burza.icm.edu.pl (8.12.2/8.12.0/rzm-2.8/icm) with ESMTP id g39NB5bC022388
	for <rzm@icm.edu.pl>; Wed, 10 Apr 2002 01:11:05 +0200 (CEST)
Received: from vger.kernel.org (vger.kernel.org [209.116.70.75])
	by gw.icm.edu.pl (8.11.6/8.11.6/rzm-3.8/icm) with ESMTP id g39NB5307396
	for <rzm@icm.edu.pl>; Wed, 10 Apr 2002 01:11:06 +0200 (CEST)
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
	id <S312178AbSDIXLD>; Tue, 9 Apr 2002 19:11:03 -0400
Received: (majordomo@vger.kernel.org) by vger.kernel.org
	id <S312181AbSDIXLC>; Tue, 9 Apr 2002 19:11:02 -0400
Received: from pcp608002pcs.galitn01.tn.comcast.net ([68.53.62.2]:8197 "HELO
	gibbs.dhs.org") by vger.kernel.org with SMTP id <S312178AbSDIXLB> convert rfc822-to-8bit;
	Tue, 9 Apr 2002 19:11:01 -0400
Received: (qmail 31592 invoked from network); 9 Apr 2002 23:10:53 -0000
Received: from monolith.gibbs (HELO localhost.localdomain) (10.1.2.1)
  by sparky.gibbs with SMTP; 9 Apr 2002 23:10:53 -0000
Subject: Re: Trying the 2.4.19-pre6 kernel on UP sun4m (SS20)
From: Colin Gibbs <colin@gibbs.dhs.org>
To: Christian =?ISO-8859-1?Q?J=F6nsson?= 
	<c.christian.joensson@telia.com>
Cc: Sparc Linux <sparclinux@vger.kernel.org>
In-Reply-To: <20020409120825.GA638@j-son.org>
References: <20020409120825.GA638@j-son.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8BIT
X-Mailer: Evolution/1.0.2 
Date: 	09 Apr 2002 18:10:53 -0500
Message-Id: <1018393853.1739.3.camel@monolith>
Mime-Version: 1.0
Sender: sparclinux-owner@vger.kernel.org
Precedence: bulk
X-Mailing-List: 	sparclinux@vger.kernel.org
Status: RO
Content-Length: 874
Lines: 31

On Tue, 2002-04-09 at 07:08, Christian Jönsson wrote:

> I got this:
> 
> boot: linux2.4.19
> PROMLIB: obio_ranges 5
> Fixup f f01a2ce8 refers to weird instructions at f0012ea8[9410001e,40001732]
> Program terminated
> Type help for more information
> ok 

Try this patch.

Colin

--- 2.4.19-pre2/arch/sparc/boot/Makefile	Sat Feb 26 22:46:44 2000
+++ test/arch/sparc/boot/Makefile	Mon Mar  4 03:59:14 2002
@@ -22,7 +22,7 @@
 clean:
 	rm -f btfixupprep piggyback tftpboot.img btfix.o btfix.s
 
-BTOBJS := $(HEAD) init/main.o init/version.o
+BTOBJS := $(HEAD) init/main.o init/version.o init/do_mounts.o
 BTLIBS := $(CORE_FILES_NO_BTFIX) $(FILESYSTEMS) \
 	$(DRIVERS) $(NETWORKS)
 

-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

