[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCHv2 2/6] x86/mtrr: include asm/atomic.h
On 10/04/15 15:19, David Vrabel wrote: > asm/atomic.h is needed but only included indirectly via > asm/spinlock.h. > > Signed-off-by: David Vrabel <david.vrabel@xxxxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > --- > xen/arch/x86/cpu/mtrr/main.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/xen/arch/x86/cpu/mtrr/main.c b/xen/arch/x86/cpu/mtrr/main.c > index f5d5317..030a911 100644 > --- a/xen/arch/x86/cpu/mtrr/main.c > +++ b/xen/arch/x86/cpu/mtrr/main.c > @@ -36,6 +36,7 @@ > #include <xen/lib.h> > #include <xen/smp.h> > #include <xen/spinlock.h> > +#include <asm/atomic.h> > #include <asm/mtrr.h> > #include <asm/uaccess.h> > #include <asm/processor.h> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |