linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Mapping full 1 GB of memory on a Freescale Book E part
@ 2005-06-09 22:09 Kylo Ginsberg
  2005-06-09 23:07 ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: Kylo Ginsberg @ 2005-06-09 22:09 UTC (permalink / raw)
  To: linuxppc-embedded

I'm running 2.6.11 on a Freescale 8555 with 1GB of DDR memory. =20
Looking in arch/ppc/mm/fsl_booke_mmu.c, I see that at most 3 TLB
entries will be used to map memory.  Since the max tlb size on
Freescale Book E is 256 MB, this caps mapped in memory at 768 MB.

I've modified fsl_booke_mmu.c to use a 4th TLB, thus mapping the full
1 GB of memory.  However, I'm new to linux memory management, so I'd
appreciate any comments as to whether there are tradeoffs or dangers
here that I am missing.

Thanks,
Kylo

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

end of thread, other threads:[~2005-06-10  1:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-09 22:09 Mapping full 1 GB of memory on a Freescale Book E part Kylo Ginsberg
2005-06-09 23:07 ` Kumar Gala
2005-06-09 23:25   ` Kylo Ginsberg
2005-06-10  1:08     ` Kumar Gala

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).