mirror of
https://github.com/ipxe/ipxe
synced 2025-12-06 17:30:26 +03:00
[cloud] Attempt to include CPUID_SETTINGS only for x86 builds
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user