summaryrefslogtreecommitdiffstats
path: root/sys/arm/lpc
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-12-13 21:40:12 +0000
committerian <ian@FreeBSD.org>2013-12-13 21:40:12 +0000
commitdc79f485d8ac40890a55967d2cac24fe8fe3ab33 (patch)
tree41606169a3f12cb4cca49fb19c595d46454a8cc0 /sys/arm/lpc
parentc44e255e080c7cb566f615f34fd5834c1e626fff (diff)
downloadFreeBSD-src-dc79f485d8ac40890a55967d2cac24fe8fe3ab33.zip
FreeBSD-src-dc79f485d8ac40890a55967d2cac24fe8fe3ab33.tar.gz
MFC r257201, r257202
Retire arm_remap_nocache() and the data and constants associated with it.
Diffstat (limited to 'sys/arm/lpc')
-rw-r--r--sys/arm/lpc/lpc_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/lpc/lpc_machdep.c b/sys/arm/lpc/lpc_machdep.c
index 4604755..cb3ab84 100644
--- a/sys/arm/lpc/lpc_machdep.c
+++ b/sys/arm/lpc/lpc_machdep.c
@@ -66,7 +66,7 @@ initarm_lastaddr(void)
while (1);
/* Platform-specific initialisation */
- return (fdt_immr_va - ARM_NOCACHE_KVA_SIZE);
+ return (fdt_immr_va);
}
void
OpenPOWER on IntegriCloud