diff options
Diffstat (limited to 'usr/src/uts/sun4/vm/sfmmu.c')
| -rw-r--r-- | usr/src/uts/sun4/vm/sfmmu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/sun4/vm/sfmmu.c b/usr/src/uts/sun4/vm/sfmmu.c index b69cb54f04..4b637f2a0b 100644 --- a/usr/src/uts/sun4/vm/sfmmu.c +++ b/usr/src/uts/sun4/vm/sfmmu.c @@ -350,13 +350,13 @@ read_prom_mappings(size_t *ntransrootp) { char *prop = "translations"; size_t translen; - dnode_t node; + pnode_t node; struct translation *transroot; /* * the "translations" property is associated with the mmu node */ - node = (dnode_t)prom_getphandle(prom_mmu_ihandle()); + node = (pnode_t)prom_getphandle(prom_mmu_ihandle()); /* * We use the TSB space to read in the prom mappings. This space |
