sync with OpenBSD -current
This commit is contained in:
parent
25aa71bc5f
commit
34a3d7e18a
32 changed files with 640 additions and 460 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: cpu.h,v 1.40 2023/12/26 09:19:15 kettenis Exp $ */
|
||||
/* $OpenBSD: cpu.h,v 1.41 2024/01/15 11:58:45 kettenis Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com>
|
||||
*
|
||||
|
@ -116,6 +116,7 @@ struct cpu_info {
|
|||
|
||||
u_int32_t ci_cpuid;
|
||||
uint64_t ci_mpidr;
|
||||
uint64_t ci_midr;
|
||||
u_int ci_acpi_proc_id;
|
||||
int ci_node;
|
||||
struct cpu_info *ci_self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue