diff options
Diffstat (limited to 'include/sysemu/whpx.h')
-rw-r--r-- | include/sysemu/whpx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sysemu/whpx.h b/include/sysemu/whpx.h index 781ca5b..00ff409 100644 --- a/include/sysemu/whpx.h +++ b/include/sysemu/whpx.h @@ -15,7 +15,7 @@ #ifndef QEMU_WHPX_H #define QEMU_WHPX_H -#ifdef NEED_CPU_H +#ifdef COMPILING_PER_TARGET #ifdef CONFIG_WHPX @@ -29,6 +29,6 @@ bool whpx_apic_in_platform(void); #endif /* CONFIG_WHPX */ -#endif /* NEED_CPU_H */ +#endif /* COMPILING_PER_TARGET */ #endif /* QEMU_WHPX_H */ |