summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-10-27 03:13:26 +0000
committerian <ian@FreeBSD.org>2013-10-27 03:13:26 +0000
commit7b011cd9377544934fa3928d1f40d7d5973f7a9f (patch)
tree2845b26324c8412cced10240287b98ab1a90ff52 /sys/arm/ti
parent7fa106116d54cc826abd69020bb0b4c4703eda2b (diff)
downloadFreeBSD-src-7b011cd9377544934fa3928d1f40d7d5973f7a9f.zip
FreeBSD-src-7b011cd9377544934fa3928d1f40d7d5973f7a9f.tar.gz
Retire arm_remap_nocache() and the data and constants associated with it.
The only remaining user was the code that allocates bounce pages for armv4 busdma. It's not clear why bounce pages would need uncached memory, but if that ever changes, kmem_alloc_attr() would be the way to get it.
Diffstat (limited to 'sys/arm/ti')
-rw-r--r--sys/arm/ti/ti_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/ti/ti_machdep.c b/sys/arm/ti/ti_machdep.c
index f10f114..66bd4a0 100644
--- a/sys/arm/ti/ti_machdep.c
+++ b/sys/arm/ti/ti_machdep.c
@@ -63,7 +63,7 @@ initarm_lastaddr(void)
{
ti_cpu_reset = NULL;
- return (DEVMAP_BOOTSTRAP_MAP_START - ARM_NOCACHE_KVA_SIZE);
+ return (DEVMAP_BOOTSTRAP_MAP_START);
}
void
OpenPOWER on IntegriCloud