* A question about _PAGE_PRESENT flag when ioremap is executed....
@ 2007-07-10 2:11 kang shuo
0 siblings, 0 replies; only message in thread
From: kang shuo @ 2007-07-10 2:11 UTC (permalink / raw)
To: linuxppc-embedded
hi:
I had read some confusing code about io address map in
MPC8560 that employs E500 core. My confusion is when io address map is
setup, if _PAGE_PRESENT flag of page is set? In implementation of
mpc8560 , that seems page flag that maps to io address region is
0x280, means only the following flag is set:
#define _PAGE_GUARDED 0x00080 /* H: G bit */
#define _PAGE_NO_CACHE 0x00200 /* H: I bit */
But I think _PAGE_PRESENT shoulbe be set for BOOKE too...
/* Definitions for FSL Book-E Cores */
#define _PAGE_PRESENT 0x00001 /* S: PTE contains a translation */
Any guys give me some idea about that? Thanks....
-- Michael.Kang
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-10 2:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-10 2:11 A question about _PAGE_PRESENT flag when ioremap is executed kang shuo
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).