LibBSD | INTRNG: Add support for INTRNG on aarch64 (!133)

Kinsey Moore (@opticron) gitlab at rtems.org
Tue Apr 28 02:59:48 UTC 2026




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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260428/32878901/attachment.htm>


More information about the bugs mailing list