Fix compile error on AIX cpuid detection
authorKevin Adler <kadler@us.ibm.com>
Fri, 28 Aug 2020 04:08:33 +0000 (23:08 -0500)
committerKevin Adler <kadler@us.ibm.com>
Fri, 28 Aug 2020 04:10:45 +0000 (23:10 -0500)
commit085aae8bdb137ed2156f2bb4f005a17cd3106384
treed4798a3ff025986bb3f707a33f7c755b3b4c984e
parent5c6c2cd4f64ce86a8cfa489b021d79dd83a84c14
Fix compile error on AIX cpuid detection

In 589c74a the cpuid detection was changed to use systemcfg, but a copy
and paste error was introduced during some refactoring that caused
POWER7 detection to reference CPUTYPE_POWER7 (which doesn't exist)
instead of CPUTYPE_POWER6.
cpuid_power.c