From 327177ba2e7dec88e52cca520fdb32e3c0b6b232 Mon Sep 17 00:00:00 2001 From: benno Date: Tue, 16 Apr 2002 12:00:43 +0000 Subject: Change the value of PMAP_BOOTSTRAP so we don't stomp on the PTE index value. --- sys/powerpc/aim/mmu_oea.c | 2 +- sys/powerpc/powerpc/mmu_oea.c | 2 +- sys/powerpc/powerpc/pmap.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/powerpc') diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c index f5acbe5..2ba2b33 100644 --- a/sys/powerpc/aim/mmu_oea.c +++ b/sys/powerpc/aim/mmu_oea.c @@ -168,7 +168,7 @@ static const char rcsid[] = #define PVO_WIRED 0x0010 /* PVO entry is wired */ #define PVO_MANAGED 0x0020 /* PVO entry is managed */ #define PVO_EXECUTABLE 0x0040 /* PVO entry is executable */ -#define PVO_BOOTSTRAP 0x0004 /* PVO entry allocated during +#define PVO_BOOTSTRAP 0x0080 /* PVO entry allocated during bootstrap */ #define PVO_VADDR(pvo) ((pvo)->pvo_vaddr & ~ADDR_POFF) #define PVO_ISEXECUTABLE(pvo) ((pvo)->pvo_vaddr & PVO_EXECUTABLE) diff --git a/sys/powerpc/powerpc/mmu_oea.c b/sys/powerpc/powerpc/mmu_oea.c index f5acbe5..2ba2b33 100644 --- a/sys/powerpc/powerpc/mmu_oea.c +++ b/sys/powerpc/powerpc/mmu_oea.c @@ -168,7 +168,7 @@ static const char rcsid[] = #define PVO_WIRED 0x0010 /* PVO entry is wired */ #define PVO_MANAGED 0x0020 /* PVO entry is managed */ #define PVO_EXECUTABLE 0x0040 /* PVO entry is executable */ -#define PVO_BOOTSTRAP 0x0004 /* PVO entry allocated during +#define PVO_BOOTSTRAP 0x0080 /* PVO entry allocated during bootstrap */ #define PVO_VADDR(pvo) ((pvo)->pvo_vaddr & ~ADDR_POFF) #define PVO_ISEXECUTABLE(pvo) ((pvo)->pvo_vaddr & PVO_EXECUTABLE) diff --git a/sys/powerpc/powerpc/pmap.c b/sys/powerpc/powerpc/pmap.c index f5acbe5..2ba2b33 100644 --- a/sys/powerpc/powerpc/pmap.c +++ b/sys/powerpc/powerpc/pmap.c @@ -168,7 +168,7 @@ static const char rcsid[] = #define PVO_WIRED 0x0010 /* PVO entry is wired */ #define PVO_MANAGED 0x0020 /* PVO entry is managed */ #define PVO_EXECUTABLE 0x0040 /* PVO entry is executable */ -#define PVO_BOOTSTRAP 0x0004 /* PVO entry allocated during +#define PVO_BOOTSTRAP 0x0080 /* PVO entry allocated during bootstrap */ #define PVO_VADDR(pvo) ((pvo)->pvo_vaddr & ~ADDR_POFF) #define PVO_ISEXECUTABLE(pvo) ((pvo)->pvo_vaddr & PVO_EXECUTABLE) -- cgit v1.1