* sync problem in arch/ppc/kernel/misc.S?
@ 1999-03-12 15:41 Charles Lepple
1999-03-15 5:02 ` Paul Mackerras
0 siblings, 1 reply; 2+ messages in thread
From: Charles Lepple @ 1999-03-12 15:41 UTC (permalink / raw)
To: linuxppc-dev
Does anyone have any recollection of writing the comment "some chip revs
have problems here..." in arch/ppc/kernel/misc.S? It's in the
enable_interrupts subroutine, and on a DY4 603e board, I do seem to have
problems :-) It doesn't seem to be getting past this sync instruction,
and I'm a little confused as to why not. Anyone with insights into this?
(FWIW, the PVR is 0x60400, implying that it's not the 2.5V core chip...)
Thanks,
Charles Lepple
clepple@mitre.org
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: sync problem in arch/ppc/kernel/misc.S?
1999-03-12 15:41 sync problem in arch/ppc/kernel/misc.S? Charles Lepple
@ 1999-03-15 5:02 ` Paul Mackerras
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 1999-03-15 5:02 UTC (permalink / raw)
To: clepple; +Cc: linuxppc-dev
Charles Lepple <clepple@mitre.org> wrote:
> Does anyone have any recollection of writing the comment "some chip revs
> have problems here..." in arch/ppc/kernel/misc.S? It's in the
> enable_interrupts subroutine, and on a DY4 603e board, I do seem to have
IIRC, the code there was cut-and-pasted by me from similar code
elsewhere, which had the comment in it already. I presume Gary Thomas
wrote that comment, since he did all the early work getting Linux
running on PPC. I wouldn't have thought that you would be having the
same problems on a 603e chip that Gary (presumably) came across on
some 601s.
> problems :-) It doesn't seem to be getting past this sync instruction,
> and I'm a little confused as to why not. Anyone with insights into this?
> (FWIW, the PVR is 0x60400, implying that it's not the 2.5V core chip...)
If you are getting a machine check apparently on a sync instruction,
it just means that an earlier instruction has access a bogus physical
address. One of the things that sync does is to wait for any
outstanding memory accesses to complete, so if one of them is bogus,
it will get reported at the sync instruction. Is it a machine check
you're getting or something else?
Paul.
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-03-15 5:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-03-12 15:41 sync problem in arch/ppc/kernel/misc.S? Charles Lepple
1999-03-15 5:02 ` Paul Mackerras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).