search for: amd_erratum_383

Displaying 2 results from an estimated 2 matches for "amd_erratum_383".

2011 Jul 27
0
ubuntu 11.04 compile xen domain0 arch/x86/kernel/cpu/amd.c: In function ‘init_amd’ error
...ds mixed declarations and code arch/x86/kernel/cpu/amd.c:673:1: error: extern declaration of ‘amd_erratum_400’ follows declaration with no linkage arch/x86/kernel/cpu/amd.c:670:11: note: previous definition of ‘amd_erratum_400’ was here arch/x86/kernel/cpu/amd.c:677:1: error: extern declaration of ‘amd_erratum_383’ follows declaration with no linkage arch/x86/kernel/cpu/amd.c:675:11: note: previous definition of ‘amd_erratum_383’ was here arch/x86/kernel/cpu/amd.c:721:1: error: non-static declaration of ‘cpu_has_amd_erratum’ follows static declaration arch/x86/kernel/cpu/amd.c:679:6: note: previous definitio...
2018 Mar 04
9
[PATCH v4 0/7] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
Basic x86 support [1] for running Linux as secondary Jailhouse [2] guest is currently pending in the tip tree. This builds on top and enhances the PCI support for x86 and also ARM guests (ARM[64] does not require platform patches and works already). Key elements of this series are: - detection of Jailhouse via device tree hypervisor node - function-level PCI scan if Jailhouse is detected -