Resent-Date: Mon, 18 Jan 1999 15:00:10 +0100 (MET)
To: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Cc: linux-m68k@lists.linux-m68k.org
Subject: Re: 2.2.0-pre6
References: <vyz1zkt0wtk.fsf@issan.cs.uni-dortmund.de>
From: Jes Sorensen <Jes.Sorensen@cern.ch>
Date: 18 Jan 1999 14:59:35 +0100
In-Reply-To: Andreas Schwab's message of "18 Jan 1999 10:11:51 +0100"
Resent-From: linux-m68k@phil.uni-sb.de

>>>>> "Andreas" == Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> writes:

Andreas> Hi!  Here are the patches that are necessary to make the
Andreas> kernel working again.

@@ -2137,7 +2155,7 @@
 	/* Temporary allocate a page table and insert it into the ptr table
 	 */
 	movel	%a1@,%d0
-	addl	#512,%a1@
+	addl	#PAGE_TABLE_SIZE*4,%a1@
 	orw	#_PAGE_TABLE+_PAGE_ACCESSED,%d0
 	movel	%d0,%a0@
 	dputs	" (new)"

s/PAGE_TABLE_SIZE/PTR_TABLE_SIZE/

Or it wont work for sure.

Jes

