Subject: Re: cache problem To: None <arne@Steinkamm.COM> From: Paul Kranenburg <pk@cs.few.eur.nl> List: port-sparc Date: 12/19/1995 14:55:38
> one of my 1+ has a broken cache chip. Is it possible to disable
> the cache (build a kernelwhich does this) ?
You can comment out the line that reads
stba(AC_SYSENABLE, ASI_CONTROL,
lduba(AC_SYSENABLE, ASI_CONTROL) | SYSEN_CACHE);
in cache.c.
-pk