shithub: riscv

Download patch

ref: 3e115487969570445a58a5a351a7bf0e0ab5fc21
parent: 99529b80a3bbe35c5cd5dadf5f106632a2449e84
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Sep 3 13:30:04 EDT 2022

kernel: half NERR, refcount Note's to avoid excessive allocations for postnotepg()

Half NERR stack to 32.

When posing a note to a large group, avoid allocating Notes
for each individual process, but post the reference instread.

factor out process interruption into procinterrupt().

Avoid allocation of notes in alarmkproc, just posting the
same note to everyone.