summaryrefslogtreecommitdiff
path: root/sys/arm/xscale/ixp425
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-03-29 20:37:28 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-03-29 20:37:28 +0000
commit9a25f3e84714fd200a6757b895dcbecdff891b61 (patch)
treed4c950c80d477479dcd4c61babd7eee8c7266255 /sys/arm/xscale/ixp425
parente5dcb72f453ca5b25423f26c7c4140829c2a0593 (diff)
downloadsrc-test2-9a25f3e84714fd200a6757b895dcbecdff891b61.tar.gz
src-test2-9a25f3e84714fd200a6757b895dcbecdff891b61.zip
Notes
Diffstat (limited to 'sys/arm/xscale/ixp425')
-rw-r--r--sys/arm/xscale/ixp425/avila_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/xscale/ixp425/avila_machdep.c b/sys/arm/xscale/ixp425/avila_machdep.c
index cd5bb06e03ba..cbcd0fb696da 100644
--- a/sys/arm/xscale/ixp425/avila_machdep.c
+++ b/sys/arm/xscale/ixp425/avila_machdep.c
@@ -376,7 +376,7 @@ initarm(struct arm_boot_params *abp)
* this problem will not occur after initarm().
*/
cpu_idcache_wbinv_all();
- cpu_setup("");
+ cpu_setup();
/* ready to setup the console (XXX move earlier if possible) */
cninit();