From: Uma shankar <shankar.vk@gmail.com>
To: linux-mm@kvack.org
Subject: 4-Kb page-size for kernel in ARM-Cortex
Date: Thu, 3 Jun 2010 20:13:35 +0530 [thread overview]
Message-ID: <AANLkTimHrbAq1Q3Iu3wYGLDdeidYGgy2txaYkYhg5a_x@mail.gmail.com> (raw)
Hi,
It is my understanding that in ARM, the MMU setting for
kernel VA range ( 0xc0000000 onwards )
is set up using the section-sized mapping ( 1 Mb in size ) , as this
range maps to a contiguous physical address range.
I am trying out a memory-checking tool on Cortex. This tool has the
requirement that it needs to be able to set up PTE for each 4 Kb
range of kernel address.
So, paging_init ( arch/arm/mm/mmu.c ) is modified for this.
But , with this MMU setting, the kernel hangs somewhere after
freeing init memory. ( "freeing init mem" is the last print I see on
console. )
For 3-level page-table setting of kernel VA, do I have to change
something else also ?
thanks
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2010-06-03 14:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-03 14:43 Uma shankar [this message]
2010-06-04 12:32 ` 4-Kb page-size for kernel in ARM-Cortex Minchan Kim
2010-06-04 12:35 ` Minchan Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTimHrbAq1Q3Iu3wYGLDdeidYGgy2txaYkYhg5a_x@mail.gmail.com \
--to=shankar.vk@gmail.com \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).