Include switch for a plain Xeon.

This commit is contained in:
Naoki Hamada
2014-07-17 17:26:54 +09:00
parent 97a74f4692
commit 6c3d901069
2 changed files with 5 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ typedef struct {
#define ELFOSABI_NONE 0 /* unspecied */
#define El_ABIVERSION_NONE 0 /* unspecied */
#define ET_CORE 4 /* Core file */
#define EM_X86_64 62 /* AMD x86-64 architecture */
#define EM_K10M 181 /* Intel K10M */
#define EV_CURRENT 1 /* Current version */