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:
peter 2001-09-20 09:09:03 +00:00
parent 1bfa117a36
commit d9bfebcabd
2 changed files with 5 additions and 1 deletions

View File

@ -176,3 +176,4 @@ ASSYM(ALPHA_KENTRY_IF, ALPHA_KENTRY_IF);
ASSYM(ALPHA_KENTRY_UNA, ALPHA_KENTRY_UNA);
ASSYM(VPTBASE, VPTBASE);
ASSYM(KERNBASE, KERNBASE);

View File

@ -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.