On Fri, Aug 26, 2016 at 10:26 PM, Borislav Petkov <b...@alien8.de> wrote: > > Shouldn't all that stuff below be in arch/x86/? > > arch/x86/pci/fixup.c maybe, for example?
Good catch. As it's under a CONFIG_X86_64 test anyway, it looks to make a ton more sense in the x86 pci fixup code. Linus