PERFORCE change 115383 for review
Paolo Pisati
piso at FreeBSD.org
Mon Mar 5 23:30:06 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=115383
Change 115383 by piso at piso_newluxor on 2007/03/05 23:29:17
Wrap at 80 upa_setup_intr().
Affected files ...
.. //depot/projects/soc2006/intr_filter/sparc64/sparc64/upa.c#6 edit
Differences ...
==== //depot/projects/soc2006/intr_filter/sparc64/sparc64/upa.c#6 (text+ko) ====
@@ -427,8 +427,8 @@
UPA_WRITE(sc, imr, 0x0, intrmap & ~INTMAP_V);
(void)UPA_READ(sc, imr, 0x0);
- error = bus_generic_setup_intr(dev, child, ires, flags, filt, func, arg,
- cookiep);
+ error = bus_generic_setup_intr(dev, child, ires, flags, filt,
+ func, arg, cookiep);
if (error != 0)
return (error);
UPA_WRITE(sc, imr, 0x0, INTMAP_ENABLE(intrmap, PCPU_GET(mid)));
More information about the p4-projects
mailing list