Linux MIPS Architecture development
 help / color / mirror / Atom feed
* highmem questions
@ 2006-08-02 22:11 Srinivas Kommu
  2006-08-03 23:51 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Srinivas Kommu @ 2006-08-02 22:11 UTC (permalink / raw)
  To: linux-mips

1. If I have 1 gig physical memory and CONFIG_HIGHMEM disabled, would 
the user processes be able to see the high memory?
  Only 256 meg (this is on BCM1250; so 256 meg is expected) shows up in 
/proc/meminfo and I couldn't malloc more than that much from user processes.

2. With highmem enabled, is there a penalty to the user processes? From 
what I understood, highmem mappings are needed for the kernel to access 
that memory. For the pages belonging to user processes, does it still 
use pkmaps?

3. How do I measure the penalty of highmem on kernel modules? Since the 
code and data for modules resides in highmem, the kernel has to 
constantly map and unmap while running inside the modules? Is there a 
way to quantify the overhead of running with highmem enabled versus not?

thanks in advance!
Srini

--
kommu@hotmail.com

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

end of thread, other threads:[~2006-08-04 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-02 22:11 highmem questions Srinivas Kommu
2006-08-03 23:51 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox