commit | f3c0891c2feafa008cc35d6ffb8cf593df66c867 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Tue Jul 25 11:07:03 2017 +0200 |
committer | Borislav Petkov <bp@suse.de> | Mon Aug 21 17:54:57 2017 +0200 |
tree | 6397f1f8635c3dc2fb2b92790b28ca1b23271f2e | |
parent | 4ab1784b48b384e52a6539ab10201fed7a3127f5 [diff] |
EDAC, mce_amd: Get rid of most struct cpuinfo_x86 uses struct mce.cpuid contains CPUID(1).EAX which contains family, model and stepping and thus has enough information for our purposes. Thus get rid of some external dependencies which are not really needed. No functionality change. Signed-off-by: Borislav Petkov <bp@suse.de>