sync with OpenBSD -current

This commit is contained in:
purplerain 2024-02-25 21:31:46 +00:00
parent e4afe18247
commit e58e794ac2
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
8 changed files with 61 additions and 47 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: cpu.h,v 1.162 2024/02/12 01:18:17 guenther Exp $ */
/* $OpenBSD: cpu.h,v 1.163 2024/02/25 19:15:50 cheloha Exp $ */
/* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */
/*-
@ -228,7 +228,7 @@ struct cpu_info {
paddr_t ci_vmcs_pa;
struct rwlock ci_vmcs_lock;
struct clockintr_queue ci_queue;
struct clockqueue ci_queue;
};
#define CPUF_BSP 0x0001 /* CPU is the original BSP */