Re: [patch V5 02/14] MDS basics 2
Thomas Gleixner <[email protected]>
| Newsgroups | org.kernel.lore.historical-speck |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 28 Feb 2019, speck for Josh Poimboeuf wrote: > On Wed, Feb 27, 2019 at 04:09:41PM +0100, speck for Thomas Gleixner wrote: > > --- a/arch/x86/include/asm/msr-index.h > > +++ b/arch/x86/include/asm/msr-index.h > > @@ -2,6 +2,8 @@ > > #ifndef _ASM_X86_MSR_INDEX_H > > #define _ASM_X86_MSR_INDEX_H > > > > +#include <linux/bits.h> > > This breaks the build of some tools which rely on this file. The below > fixes it: Thanks for spotting this. I'll fold it into that change. Thanks, tglx