On Thu, Jun 27, 2013 at 07:05:32AM +0200, rudolf wrote:
1) enable configuration of XEN_DOM0 kernel without "options CPU_UCODE"
-file arch/xen/xen/xen_ucode.c dom0ops | cpu_ucode needs-flag
-file arch/x86/x86/cpu_ucode_amd.c dom0ops | cpu_ucode needs-flag
+file arch/xen/xen/xen_ucode.c cpu_ucode needs-flag
+file arch/x86/x86/cpu_ucode_amd.c cpu_ucode needs-flag
Haven't you deleted the wrong definition? If you want to build
without "options CPU_UCODE", then I suspect you shouldn't need to
specify the same as a definition in the file list?