git://git.qemu.org
/
ipxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[ci] Update to ubuntu-22.04 GitHub actions runner
[ipxe.git]
/
src
/
config
/
cloud
/
settings.h
1
/* It can often be useful to know the CPU on which a cloud instance is
2
* running (e.g. to isolate problems with Azure AMD instances).
3
*/
4
#if defined ( __i386__ ) || defined ( __x86_64__ )
5
#define CPUID_SETTINGS
6
#endif