From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Mon, 19 Nov 2001 21:40:24 +0000 Subject: Re: [Linux-ia64] PATCH: Fix for 4KB kernel corruption Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Thu, 15 Nov 2001 18:05:47 -0800, "Siddha, Suresh B" said: Suresh> Hi, 4KB page size kernel is broken on Lion with 8GB Suresh> memory. ia64_boot_param structure was getting Suresh> corrupted. Appended patch fixes this problem. Thanks I applied the patch and also make sure the end address is page aligned. It's not strictly needed, but it's cleaner that way (since the bootmap size is measured as a page count). --david