commit | f51bde6f0d66ab6a80eb1a05b6fe8d90c4960486 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@alien8.de> | Fri Dec 21 17:03:58 2012 +0100 |
committer | Borislav Petkov <bp@suse.de> | Wed Jan 09 14:49:02 2013 +0100 |
tree | 3349d56d0157e384cac8caf0dc3ae794935a9bf9 | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed [diff] |
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 <bp@suse.de>