| To: | linux-cvs@oss.sgi.com |
|---|---|
| Subject: | CVS Update@oss.sgi.com: linux |
| From: | Kanoj Sarcar <kanoj@oss.sgi.com> |
| Date: | Thu, 29 Jun 2000 17:48:30 -0700 |
| Sender: | owner-linux-cvs@oss.sgi.com |
CVSROOT: /home/pub/cvs
Module name: linux
Changes by: kanoj@oss.sgi.com 00/06/29 17:48:30
Modified files:
arch/mips64/kernel: r4k_tlb.S head.S setup.c
include/asm-mips64: pgalloc.h pgtable.h
Log message:
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.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@oss.sgi.com: linux, Kanoj Sarcar |
|---|---|
| Next by Date: | CVS Update@oss.sgi.com: linux, Kanoj Sarcar |
| Previous by Thread: | CVS Update@oss.sgi.com: linux, Kanoj Sarcar |
| Next by Thread: | CVS Update@oss.sgi.com: linux, Kanoj Sarcar |
| Indexes: | [Date] [Thread] [Top] [All Lists] |