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:
Ian Lepore 2013-10-27 03:24:46 +00:00
parent 99af02e3b6
commit ae7accbc18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257202

View file

@ -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