Add hardware subarchitecture ID for Moorestown in setup header
diff --git a/bootparam.h b/bootparam.h
index bd50669..42583ca 100644
--- a/bootparam.h
+++ b/bootparam.h
@@ -271,4 +271,8 @@
 	struct edd_info eddbuf[EDDMAXNR];		/* 0xd00 */
 	__u8  _pad9[276];				/* 0xeec */
 } __attribute__((packed));
+#define X86_SUBARCH_PC			0
+#define X86_SUBARCH_LGUEST 		1
+#define X86_SUBARCH_XEN			2
+#define X86_SUBARCH_MRST		3