diff options
| author | David Schultz <das@FreeBSD.org> | 2004-11-20 02:29:25 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2004-11-20 02:29:25 +0000 |
| commit | 11111b709ff7c7ca040a89981c6ec03aaa7fe3e3 (patch) | |
| tree | b9220a5f6fd9eae8ac1a5c9cb2681727fdd08f45 /sys/amd64 | |
| parent | 9799b417d53dd0a3f1c647ac5fd4f4fb81152dd8 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 2bf532f788fd..ee4e1b7559ef 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -1114,9 +1114,6 @@ hammer_time(u_int64_t modulep, u_int64_t physfree) #error "have you forgotten the isa device?"; #endif - proc0.p_uarea = (struct user *)(physfree + KERNBASE); - bzero(proc0.p_uarea, UAREA_PAGES * PAGE_SIZE); - physfree += UAREA_PAGES * PAGE_SIZE; thread0.td_kstack = physfree + KERNBASE; bzero((void *)thread0.td_kstack, KSTACK_PAGES * PAGE_SIZE); physfree += KSTACK_PAGES * PAGE_SIZE; |
