svn commit: r261355 - head/sys/powerpc/powerpc
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sat Feb 1 19:25:15 UTC 2014
Author: nwhitehorn
Date: Sat Feb 1 19:25:15 2014
New Revision: 261355
URL: http://svnweb.freebsd.org/changeset/base/261355
Log:
Fix typo.
Modified:
head/sys/powerpc/powerpc/nexus.c
Modified: head/sys/powerpc/powerpc/nexus.c
==============================================================================
--- head/sys/powerpc/powerpc/nexus.c Sat Feb 1 18:13:18 2014 (r261354)
+++ head/sys/powerpc/powerpc/nexus.c Sat Feb 1 19:25:15 2014 (r261355)
@@ -160,7 +160,7 @@ nexus_ofw_map_intr(device_t dev, device_
{
u_int intr = MAP_IRQ(iparent, irq[0]);
if (icells > 1)
- powerpc_fw_config_intr(irq[0], irq[1]);
+ powerpc_fw_config_intr(intr, irq[1]);
return (intr);
}
More information about the svn-src-head
mailing list