diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-30 00:48:29 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-30 00:48:29 +0000 |
commit | 72d92cedc30af23d855fec53b04d9266d88c6671 (patch) | |
tree | a3d02ad3d35bc5939c34c0527daba0793c799ab9 /MAINTAINERS | |
parent | 706a11128cbe9c614436350e5ff807b6d6ac79ea (diff) |
Implement a functional vmalloc(). THe vmalloc range address translations
are stashed in an array of page tables, starting from kptbl[]. The fast
tlbmiss handler quickly checks to see if the faulting address is in the
vmalloc range, and if so, it uses the translations in the kptbl to update
the tlbs. Still to do: tlb invalid faults in the vmalloc range needs to
be handled properly.
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions