From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 93DA1DDED5 for ; Fri, 23 Nov 2007 09:11:03 +1100 (EST) Date: Fri, 23 Nov 2007 01:06:01 +0300 From: Vitaly Bordug To: John Charles Tyner Subject: Re: oops trying to execute sh Message-ID: <20071123010601.415b5761@kernel.crashing.org> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 21 Nov 2007 11:54:01 -0800 (PST) John Charles Tyner wrote: > I'm trying to boot linux 2.6.22.9 on an mpc860c rev d4. > ppc or powerpc? > When init trys to spawn sh, during the exec, the kernel oopses as > seen below: This looks like coherency problem, or kernel picks wrong entry off cputable. I think I recall something similar when I lost a hunk applying patch for new e300 core. ... or not. The game across that ff8.. value is very confusing. > -- Sincerely, Vitaly