|
@@ -314,6 +314,9 @@ static void __cpuinit early_identify_cpu(struct cpuinfo_x86 *c)
|
|
|
if (c->extended_cpuid_level >= 0x80000007)
|
|
|
c->x86_power = cpuid_edx(0x80000007);
|
|
|
|
|
|
+ /* Assume all 64-bit CPUs support 32-bit syscall */
|
|
|
+ set_cpu_cap(c, X86_FEATURE_SYSCALL32);
|
|
|
+
|
|
|
if (c->x86_vendor != X86_VENDOR_UNKNOWN &&
|
|
|
cpu_devs[c->x86_vendor]->c_early_init)
|
|
|
cpu_devs[c->x86_vendor]->c_early_init(c);
|