PERFORCE change 158982 for review
Ulf Lilleengen
lulf at FreeBSD.org
Tue Mar 10 02:05:31 PDT 2009
http://perforce.freebsd.org/chv.cgi?CH=158982
Change 158982 by lulf at lulf_carrot on 2009/03/10 09:04:50
- Set correct bitmask for page directory.
Affected files ...
.. //depot/projects/avr32/src/sys/avr32/include/pte.h#6 edit
Differences ...
==== //depot/projects/avr32/src/sys/avr32/include/pte.h#6 (text+ko) ====
@@ -37,7 +37,7 @@
typedef uint32_t pt_entry_t; /* page table entry (TLBELO register) */
#endif
-#define PD_MASK 0xffe00000 /* Bits used to index into page dir */
+#define PD_MASK 0xffc00000 /* Bits used to index into page dir */
#define PT_MASK 0x003ff000 /* Bits used to index into page table */
#define PD_SHIFT 22
#define PT_SHIFT 12
More information about the p4-projects
mailing list