Kinsey Moore started a new discussion on freebsd/sys/kern/subr_intr.c: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/133#note_149142 > + */ > +static void > +isrc_release_counters(struct intr_irqsrc *isrc) > +{ > + int idx = isrc->isrc_index; > + > + mtx_assert(&isrc_table_lock, MA_OWNED); > + > + bit_nclear(intrcnt_bitmap, idx, idx + 1); > +} > + > +/* > + * Main interrupt dispatch handler. It's called straight > + * from the assembler, where CPU interrupt is served. > + */ > +#ifndef __rtems__ Is this file being imported with changes already present? -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/133#note_149142 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
