diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-11-17 01:56:04 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-11-17 01:56:04 +0000 |
| commit | 720c992fe1f48db62dda58802c5bca3578be4d38 (patch) | |
| tree | e313ac347c51845a5eba70da41a8299d0d77194d | |
| parent | 6729cb8800c63ef4a9aa0b17704363ce7b61a0f1 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/pmap.c | 1 | ||||
| -rw-r--r-- | sys/i386/i386/pmap.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index 5fd3aa934c0f..39c6028e2d31 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -1036,6 +1036,7 @@ pmap_new_thread(struct thread *td) panic("pmap_new_thread: kstack allocation failed"); td->td_kstack = ks; } + ptek = vtopte(ks); #endif for (i = 0; i < KSTACK_PAGES; i++) { /* diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 5fd3aa934c0f..39c6028e2d31 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -1036,6 +1036,7 @@ pmap_new_thread(struct thread *td) panic("pmap_new_thread: kstack allocation failed"); td->td_kstack = ks; } + ptek = vtopte(ks); #endif for (i = 0; i < KSTACK_PAGES; i++) { /* |
