Rebuilt, tested, committed to -HEAD. Thanks!
-a On 18 October 2014 20:51, Adrian Chadd <[email protected]> wrote: > .. actually, try this: > > adrian@testbox1:~/work/freebsd/head/src % svn diff sys/kern/ > Index: sys/kern/kern_intr.c > =================================================================== > --- sys/kern/kern_intr.c (revision 272839) > +++ sys/kern/kern_intr.c (working copy) > @@ -362,8 +362,7 @@ > { > struct intr_event *ie; > cpuset_t *mask; > - u_char cpu; > - int n; > + int cpu, n; > > mask = m; > cpu = NOCPU; > @@ -377,7 +376,7 @@ > continue; > if (cpu != NOCPU) > return (EINVAL); > - cpu = (u_char)n; > + cpu = n; > } > } > ie = intr_lookup(irq); > > > > > -a _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
