mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Oops, one more instance of ARM_NOCACHE_KVA_SIZE was hiding under the couch.
This should have been cleaned up along with r257201.
This commit is contained in:
parent
99af02e3b6
commit
ae7accbc18
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ vm_offset_t
|
|||
initarm_lastaddr(void)
|
||||
{
|
||||
|
||||
return (DEVMAP_BOOTSTRAP_MAP_START - ARM_NOCACHE_KVA_SIZE);
|
||||
return (DEVMAP_BOOTSTRAP_MAP_START);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue