summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mv_machdep.c
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2013-11-24 22:01:15 +0000
committergavin <gavin@FreeBSD.org>2013-11-24 22:01:15 +0000
commitc1432a7d8da354f23ff21054e04bb93f21e0b7aa (patch)
tree3745138b0fea35e791fdbb9bc270e83c8d1f9e06 /sys/arm/mv/mv_machdep.c
parent14bf3265ce9e4c25ec2f403181ea8161c1238c1c (diff)
downloadFreeBSD-src-c1432a7d8da354f23ff21054e04bb93f21e0b7aa.zip
FreeBSD-src-c1432a7d8da354f23ff21054e04bb93f21e0b7aa.tar.gz
platform_devmap_init() was renamed initarm_devmap_init() in r257669, update
comments to match.
Diffstat (limited to 'sys/arm/mv/mv_machdep.c')
-rw-r--r--sys/arm/mv/mv_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/mv/mv_machdep.c b/sys/arm/mv/mv_machdep.c
index 9758cfb..6fb6db6 100644
--- a/sys/arm/mv/mv_machdep.c
+++ b/sys/arm/mv/mv_machdep.c
@@ -296,7 +296,7 @@ out:
* Supply a default do-nothing implementation of fdt_pci_devmap() via a weak
* alias. Many Marvell platforms don't support a PCI interface, but to support
* those that do, we end up with a reference to this function below, in
- * platform_devmap_init(). If "device pci" appears in the kernel config, the
+ * initarm_devmap_init(). If "device pci" appears in the kernel config, the
* real implementation of this function in dev/fdt/fdt_pci.c overrides the weak
* alias defined here.
*/
OpenPOWER on IntegriCloud