Subject: Re: Boot freeze on IP22
To: Rodolphe De Saint Leger <rdesaintleger@gmail.com>
From: Christopher SEKIYA <wileyc@rezrov.net>
List: port-sgimips
Date: 12/12/2006 21:29:47
On Tue, Dec 12, 2006 at 01:20:19PM +0100, Rodolphe De Saint Leger wrote:

> Is there a way to help solving this problem ?

*shrug* You could try making mips_machdep_cache_config() in
sys/arch/sgimips/machdep.c look like this:

	void mips_machdep_cache_config(void)
	{
		mips3_cp0_config_write( (mips3_cp0_config_read()) & ~MIPS3_CONFIG_SE);
		mips_sdcache_size = 0;
		mips_sdcache_line_size = 0;
	}

If that results in a working system, then you've got a faulty CPU module.

-- 

-- Chris
	GPG key FEB9DE7F (91AF 4534 4529 4BCC 31A5  938E 023E EEFB FEB9 DE7F)