mirror of
https://github.com/ipxe/ipxe
synced 2026-01-21 18:30:56 +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
|
/* 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).
|
* running (e.g. to isolate problems with Azure AMD instances).
|
||||||
*/
|
*/
|
||||||
|
#if defined ( __i386__ ) || defined ( __x86_64__ )
|
||||||
#define CPUID_SETTINGS
|
#define CPUID_SETTINGS
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user