> From: Alessandro Pistocchi
> Date: Thu, 29 Apr 2021 00:50:32 +0200
> Content-Type: text/plain; charset="UTF-8"
>
> Hi all,
> in the kernel I see the code below (file: arm64/dev/ampint.c lines:643-666).
>
> void
> ampintc_irq_handler(void *frame)
> {
> struct ampintc_softc *sc = ampintc;
> stru
Am Sat, May 01, 2021 at 11:09:46AM +0200 schrieb Mark Kettenis:
> > From: Alessandro Pistocchi
> > Date: Thu, 29 Apr 2021 00:50:32 +0200
> > Content-Type: text/plain; charset="UTF-8"
> >
> > Hi all,
> > in the kernel I see the code below (file: arm64/dev/ampint.c lines:643-666).
> >
> > void
> >
Hi,
I have a Raspberry Pi 4B (8G mem) with OpenBSD 6.8 installed on a USB 3
disk drive, and with edk2 firmware v1.22 flashed on SD card. It works fine
untill I upgrade to 6.9 Release by 'sysupgrade' today. After this
upgrading, the system becomes unstable and crashes randomly and says:
panic: ass
> From: Justin Yang
> Date: Sat, 1 May 2021 21:15:31 +0800
>
> Hi,
>
> I have a Raspberry Pi 4B (8G mem) with OpenBSD 6.8 installed on a USB 3
> disk drive, and with edk2 firmware v1.22 flashed on SD card. It works fine
> untill I upgrade to 6.9 Release by 'sysupgrade' today. After this
> upgrad
Yep, in the end I found out that that is a timer and yes, it fires very
often.
However, that is not the timer that is used within the kernel for
scheduling and stuff, correct?
On Sat, May 1, 2021 at 12:37 PM Patrick Wildt wrote:
> Am Sat, May 01, 2021 at 11:09:46AM +0200 schrieb Mark Kettenis: