Get rid of unused variable 'virtual_sys_start'.

This commit is contained in:
Neel Natu 2010-05-28 05:34:43 +00:00
parent 03cfd5266e
commit 8ccf57985c

View File

@ -211,7 +211,6 @@ struct local_sysmaps {
* bit mode this goes away.
*/
static struct local_sysmaps sysmap_lmem[MAXCPU];
caddr_t virtual_sys_start = (caddr_t)0;
#define PMAP_LMEM_MAP1(va, phys) \
int cpu; \
@ -443,7 +442,7 @@ pmap_bootstrap(void)
PMAP_LGMEM_LOCK_INIT(&sysmap_lmem[i]);
}
}
virtual_sys_start = (caddr_t)virtual_avail;
/*
* Allocate segment table for the kernel
*/