* another question.....
@ 2002-03-24 19:44 Neil Horman
2002-03-25 18:39 ` Dan Malek
0 siblings, 1 reply; 2+ messages in thread
From: Neil Horman @ 2002-03-24 19:44 UTC (permalink / raw)
To: linuxppc-embedded
hey again all!
I also had a question regarding the swapper_pg_dir variable. I understand that
it is used as a sort of private cache for kernel tasks (kswapd, klogd, etc). I
was wondering, is that area used only for kernel threads, or for all threads
executing in kernel space? (I.E. user processes in a system call, etc)? Many
thanks!
Neil
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: another question.....
2002-03-24 19:44 another question Neil Horman
@ 2002-03-25 18:39 ` Dan Malek
0 siblings, 0 replies; 2+ messages in thread
From: Dan Malek @ 2002-03-25 18:39 UTC (permalink / raw)
To: Neil Horman; +Cc: linuxppc-embedded
Neil Horman wrote:
> I also had a question regarding the swapper_pg_dir variable.
It's used to represent the kernel mapping. The combination of the
kernel mapping and that of the current application memory context will
determine how memory is accessed.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-03-25 18:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-24 19:44 another question Neil Horman
2002-03-25 18:39 ` Dan Malek
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).