Export kernbase like on the i386. I dont think the alpha kernel is
movable like on the x86, but this gets things in sync and reduces the need for special cases in things like ps and libkvm etc.
This commit is contained in:
parent
d02cf26a56
commit
02e0a4faed
@ -176,3 +176,4 @@ ASSYM(ALPHA_KENTRY_IF, ALPHA_KENTRY_IF);
|
||||
ASSYM(ALPHA_KENTRY_UNA, ALPHA_KENTRY_UNA);
|
||||
|
||||
ASSYM(VPTBASE, VPTBASE);
|
||||
ASSYM(KERNBASE, KERNBASE);
|
||||
|
@ -71,7 +71,10 @@
|
||||
.equ PTlev2,PTmap + (PTLEV1I << ALPHA_L2SHIFT)
|
||||
.equ PTlev1,PTlev2 + (PTLEV1I << ALPHA_L3SHIFT)
|
||||
.equ PTlev1pte,PTlev1 + (PTLEV1I * PTESIZE)
|
||||
|
||||
|
||||
.globl kernbase
|
||||
.equ kernbase,KERNBASE
|
||||
|
||||
/*
|
||||
* Perform actions necessary to switch to a new context. The
|
||||
* hwpcb should be in a0.
|
||||
|
Loading…
Reference in New Issue
Block a user