From: Hidetoshi Seto Date: Mon, 15 Jun 2009 08:22:15 +0000 (+0900) Subject: x86, mce: unify mce.h X-Git-Tag: v2.6.31-rc1~97^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e55e44e39798541ba39d57f4b569deb555ae1ce;p=pandora-kernel.git x86, mce: unify mce.h There are 2 headers: arch/x86/include/asm/mce.h arch/x86/kernel/cpu/mcheck/mce.h and in the latter small header: #include This patch move all contents in the latter header into the former, and fix all files using the latter to include the former instead. Signed-off-by: Hidetoshi Seto Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed