summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pte.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/pte.h')
-rw-r--r--sys/powerpc/include/pte.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/powerpc/include/pte.h b/sys/powerpc/include/pte.h
index 8664406..af8c453 100644
--- a/sys/powerpc/include/pte.h
+++ b/sys/powerpc/include/pte.h
@@ -211,11 +211,11 @@ extern u_int dsisr(void);
* Page Table Entry definitions and macros.
*/
#ifndef LOCORE
-struct pte_entry {
+struct pte {
vm_offset_t rpn;
- u_int32_t flags;
+ uint32_t flags;
};
-typedef struct pte_entry pte_t;
+typedef struct pte pte_t;
#endif
/* RPN mask, TLB0 4K pages */
OpenPOWER on IntegriCloud