Re: OpenBSD 7.2 on Alpha

Miod Vallat <[email protected]> Mon, 2 Jan 2023 18:29:46 +0000
Newsgroups gmane.os.openbsd.alpha
Message-ID <[email protected]>
Thank you for this boot log.

At the "ddb>" prompt, can you tell me the output of the following two
commands:

  x/lx cpu_amask
  x/i __bwx_switch0,3

I believe that the kernel has incorrectly decided to enable a faster
code path in the process switching code, relying upon instruction
extensions which your processors do not support. Those two ddb commands
would confirm this (and also, this would explain why the installation
kernel is not affected, as it does not contain this optimization).