summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-11-20 02:29:25 +0000
committerdas <das@FreeBSD.org>2004-11-20 02:29:25 +0000
commit8375566745ec76f883fac94cf26a360d03473ab7 (patch)
treeb9220a5f6fd9eae8ac1a5c9cb2681727fdd08f45 /sys/amd64
parentaf608beb4021b912ed7214f282dbf696c3295998 (diff)
downloadFreeBSD-src-8375566745ec76f883fac94cf26a360d03473ab7.zip
FreeBSD-src-8375566745ec76f883fac94cf26a360d03473ab7.tar.gz
U areas are going away, so don't allocate one for process 0.
Reviewed by: arch@
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 2bf532f..ee4e1b7 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;
OpenPOWER on IntegriCloud