All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux prom mmu mapping expectations?
@ 2004-10-07 18:22 Blue Swirl
  2004-10-08  3:45 ` David S. Miller
  2004-10-08 16:49 ` Blue Swirl
  0 siblings, 2 replies; 3+ messages in thread
From: Blue Swirl @ 2004-10-07 18:22 UTC (permalink / raw)
  To: sparclinux

Hi,

What kind of memory mappings Linux expects from Prom side?

Background: I've been trying to get Qemu run Linux 2.6.8.1 for sparc32, but 
currently there is a MMU fault at srmmu_early_allocate_ptable_skeleton.  The 
code in question is as follows:
0xf00fdec4:  ldd  [ %o1 + -64 ], %g2
0xf00fdec8:  ldd  [ %o1 + -56 ], %g4
0xf00fdecc:  st  %g2, [ %o0 + -64 ]
0xf00fded0:  st  %g3, [ %o0 + -60 ]
0xf00fded4:  st  %g4, [ %o0 + -56 ]
0xf00fded8:  st  %g5, [ %o0 + -52 ]
0xf00fdedc:  ldd  [ %o1 + -48 ], %g2
0xf00fdee0:  ldd  [ %o1 + -40 ], %g4

This code is in memcpy, but I can't find where it is called from in the 
function (srmmu_early_allocate_ptable_skeleton, srmmu.c).

The faulting address is 0xf00fdec4, %o1 is 0xf0000000. There is no MMU 
mapping at the address. I tried adding some code into Proll to map the area, 
but that didn't help.

Any clues, please?

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?pageþatures/featuredemail


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-08 16:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-07 18:22 Linux prom mmu mapping expectations? Blue Swirl
2004-10-08  3:45 ` David S. Miller
2004-10-08 16:49 ` Blue Swirl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.