23 lines
742 B
Diff
23 lines
742 B
Diff
|
# Commit f70df9ec1ab72b6bbebad72d81109c1b214007e1
|
||
|
# Date 2015-04-14 15:02:32 +0200
|
||
|
# Author David Vrabel <david.vrabel@citrix.com>
|
||
|
# Committer Jan Beulich <jbeulich@suse.com>
|
||
|
x86/mtrr: include asm/atomic.h
|
||
|
|
||
|
asm/atomic.h is needed but only included indirectly via
|
||
|
asm/spinlock.h.
|
||
|
|
||
|
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
|
||
|
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
|
||
|
|
||
|
--- sle12sp1.orig/xen/arch/x86/cpu/mtrr/main.c 2015-01-14 18:44:18.000000000 +0100
|
||
|
+++ sle12sp1/xen/arch/x86/cpu/mtrr/main.c 2015-07-08 14:13:42.000000000 +0200
|
||
|
@@ -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>
|