Re: RED State Exception on E3500
Eduardo Horvath <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 5 Sep 2011, Julian Coleman wrote: > Hi, > > > Do we need to do something special to handle these? > > I tried disabling the instruction and data caches with the attached patch, > but still get RED State Exceptions. Maybe the patch doesn't actually > disable the caches? Where did you get that code snippet? I think you may need a membar #Sync in there. I think flush may not be sufficient. Eduardo