Move CPUID functions into their own module, m_cpuid.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3940 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/Makefile.am b/include/Makefile.am
index bcd9503..5bf9b1d 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -6,6 +6,7 @@
 	tool.h 				\
 	pub_basics_asm.h 		\
 	pub_tool_aspacemgr.h 		\
+	pub_tool_cpuid.h 		\
 	pub_tool_errormgr.h 		\
 	pub_tool_execontext.h 		\
 	pub_tool_hashtable.h 		\