diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-07-06 00:09:40 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-07-06 00:09:40 +0000 |
commit | 949c604d3d84d59df95445a4231aaaa00b06800a (patch) | |
tree | 188c6269d0136f3998358cf01919e37596402888 /arch/mips64/kernel/head.S | |
parent | bae03c055d11da8172ac22e1f7f6104132138306 (diff) |
Vmalloc/vfree fixes: use swapper_pg_dir[0] for the vmalloc range
translations, use a kernel pmd table that points into the kptbl[].
This is to make the generic part of vmalloc()/vfree() find pgd/pmd/pte
that it expects.
Diffstat (limited to 'arch/mips64/kernel/head.S')
-rw-r--r-- | arch/mips64/kernel/head.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/kernel/head.S b/arch/mips64/kernel/head.S index 74d3c34ef..f87366d21 100644 --- a/arch/mips64/kernel/head.S +++ b/arch/mips64/kernel/head.S @@ -173,4 +173,5 @@ NESTED(bootstrap, 16, sp) page empty_bad_pmd_table, 1 page kptbl, KPTBL_PAGE_ORDER .globl ekptbl + page kpmdtbl, 0 ekptbl: |