mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Get rid of unused variable 'virtual_sys_start'.
This commit is contained in:
parent
03cfd5266e
commit
8ccf57985c
1 changed files with 1 additions and 2 deletions
|
|
@ -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 @@ again:
|
|||
PMAP_LGMEM_LOCK_INIT(&sysmap_lmem[i]);
|
||||
}
|
||||
}
|
||||
virtual_sys_start = (caddr_t)virtual_avail;
|
||||
|
||||
/*
|
||||
* Allocate segment table for the kernel
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue