Put an splhigh() at the start of cpu_configure() to prevent splasserts
authorkettenis <kettenis@openbsd.org>
Wed, 14 Dec 2022 13:55:11 +0000 (13:55 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 14 Dec 2022 13:55:11 +0000 (13:55 +0000)
commit97522a99ed4c03d0a7f38ddef54bfbd44739b969
tree79c25f0b2068e4919d84072447f4c045e064b9ef
parent3fad667eb0a5828371d472abc235a42511fc7f6d
Put an splhigh() at the start of cpu_configure() to prevent splasserts
trigger in autoconf.  Matches what we do on (many) other architectures.

ok miod@
sys/arch/armv7/armv7/autoconf.c