sync with OpenBSD -current
This commit is contained in:
parent
222e583e28
commit
2d58860211
41 changed files with 532 additions and 277 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: cpu.h,v 1.170 2024/05/21 23:16:06 jsg Exp $ */
|
||||
/* $OpenBSD: cpu.h,v 1.171 2024/05/29 12:21:33 kettenis Exp $ */
|
||||
/* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */
|
||||
|
||||
/*-
|
||||
|
@ -401,6 +401,8 @@ extern int cpu_meltdown;
|
|||
extern u_int cpu_mwait_size;
|
||||
extern u_int cpu_mwait_states;
|
||||
|
||||
int cpu_suspend_primary(void);
|
||||
|
||||
/* cacheinfo.c */
|
||||
void x86_print_cacheinfo(struct cpu_info *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue