Sign in
qemu
/
ipxe
/
c219b5d8a9536cc87e9c53e8389e59c706ba3f8e
/
.
/
src
/
config
/
cloud
/
settings.h
blob: c9d6bdc933949684fa32288132367ca32ffa248b [
file
] [
log
] [
blame
]
/* 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