diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2024-11-06 12:06:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2024-11-06 12:06:16 +0000 |
commit | 3bd0718f54edc7d1dce19e03318d55c201298202 (patch) | |
tree | 84bb3c018e6907a07dc65808ef2041a09b014151 /gnu/lib/libstdc++/config-ml.in | |
parent | fb6bf242b2f2b308fece96748a581d37328a2a1e (diff) |
A long, long, time ago, pending interrupt handlers were stored in arrays
of up to 8 handlers, one arrays par ipl level. Eventually the interrupt
logic was changed to linked lists, but the arrays remained, even when
the pending interrupt structures were moved to per-cpu data.
Simplify this by only keeping a pointer to the list head, per ipl level;
update the computations in locore accordingly, and update the relevant
comments to match reality as well.
ok kettenis@
Diffstat (limited to 'gnu/lib/libstdc++/config-ml.in')
0 files changed, 0 insertions, 0 deletions