diff options
| author | Benno Rice <benno@FreeBSD.org> | 2002-04-16 12:00:43 +0000 |
|---|---|---|
| committer | Benno Rice <benno@FreeBSD.org> | 2002-04-16 12:00:43 +0000 |
| commit | a8aaf02c3c0f92abf386561c6ad9a1ddd73ab03e (patch) | |
| tree | 426b298e8b3f69961da717d75ef85d86be26417e /sys | |
| parent | b2df36e7d21fa3a1e76d3364938203f907345993 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/powerpc/aim/mmu_oea.c | 2 | ||||
| -rw-r--r-- | sys/powerpc/powerpc/mmu_oea.c | 2 | ||||
| -rw-r--r-- | sys/powerpc/powerpc/pmap.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c index f5acbe58b8a7..2ba2b3390bec 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 f5acbe58b8a7..2ba2b3390bec 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 f5acbe58b8a7..2ba2b3390bec 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) |
