[cloud] Attempt to include CPUID_SETTINGS only for x86 builds

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/373/head
Michael Brown 2021-05-02 12:35:37 +01:00
parent 438513f6f6
commit 1dfc05622d
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
/* It can often be useful to know the CPU on which a cloud instance is
* running (e.g. to isolate problems with Azure AMD instances).
*/
#if defined ( __i386__ ) || defined ( __x86_64__ )
#define CPUID_SETTINGS
#endif