mirror of https://github.com/ipxe/ipxe.git
[cloud] Attempt to include CPUID_SETTINGS only for x86 builds
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/373/head
parent
438513f6f6
commit
1dfc05622d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue