From 11111b709ff7c7ca040a89981c6ec03aaa7fe3e3 Mon Sep 17 00:00:00 2001 From: David Schultz Date: Sat, 20 Nov 2004 02:29:25 +0000 Subject: U areas are going away, so don't allocate one for process 0. Reviewed by: arch@ --- sys/amd64/amd64/machdep.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/amd64') 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; -- cgit v1.3