From: Borislav Petkov Date: Fri, 21 Dec 2012 16:03:58 +0000 (+0100) Subject: x86, MCE: Retract most UAPI exports X-Git-Tag: v3.8~11^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f51bde6f0d66ab6a80eb1a05b6fe8d90c4960486;p=pandora-kernel.git x86, MCE: Retract most UAPI exports Retract back most macro definitions which went into the user-visible mce.h header. Even though those bits are mostly hardware-defined/-architectural, their naming is not. If we export them to userspace, any kernel unification/renaming/cleanup cannot be done anymore since those are effectively cast in stone. Besides, if userspace wants those definitions, they can write their own defines and go crazy. Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed