PERFORCE change 115364 for review
Paolo Pisati
piso at FreeBSD.org
Mon Mar 5 21:33:04 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=115364
Change 115364 by piso at piso_newluxor on 2007/03/05 21:32:46
Wrap the BUS_SETUP_INTR() line to 80.
Affected files ...
.. //depot/projects/soc2006/intr_filter/arm/sa11x0/sa11x0.c#6 edit
Differences ...
==== //depot/projects/soc2006/intr_filter/arm/sa11x0/sa11x0.c#6 (text+ko) ====
@@ -113,8 +113,8 @@
saved_cpsr = SetCPSR(I32_bit, I32_bit);
SetCPSR(I32_bit, saved_cpsr & I32_bit);
- BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags, filt, intr, arg,
- cookiep);
+ BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags, filt,
+ intr, arg, cookiep);
return (0);
}
More information about the p4-projects
mailing list