|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] More include file cleanup fixes (for CONFIG_VTI)
ChangeSet 1.1665, 2005/06/03 09:21:42-06:00, djm@xxxxxxxxxxxxxxxxxx
More include file cleanup fixes (for CONFIG_VTI)
Also a cpumask cleanup fix
Signed-off by: Dan Magenheimer <dan.magenheimer@xxxxxx>
arch/ia64/asm-offsets.c | 1 +
arch/ia64/vmmu.c | 1 +
include/asm-ia64/mm.h | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff -Nru a/xen/arch/ia64/asm-offsets.c b/xen/arch/ia64/asm-offsets.c
--- a/xen/arch/ia64/asm-offsets.c 2005-06-03 13:01:30 -04:00
+++ b/xen/arch/ia64/asm-offsets.c 2005-06-03 13:01:30 -04:00
@@ -11,6 +11,7 @@
#include <public/xen.h>
#ifdef CONFIG_VTI
#include <asm/tlb.h>
+#include <asm/regs.h>
#endif // CONFIG_VTI
#define task_struct vcpu
diff -Nru a/xen/arch/ia64/vmmu.c b/xen/arch/ia64/vmmu.c
--- a/xen/arch/ia64/vmmu.c 2005-06-03 13:01:30 -04:00
+++ b/xen/arch/ia64/vmmu.c 2005-06-03 13:01:30 -04:00
@@ -20,6 +20,7 @@
* Yaozu Dong (Eddie Dong) (Eddie.dong@xxxxxxxxx)
*/
#include <linux/sched.h>
+#include <linux/mm.h>
#include <asm/tlb.h>
#include <asm/gcc_intrin.h>
#include <asm/vcpu.h>
diff -Nru a/xen/include/asm-ia64/mm.h b/xen/include/asm-ia64/mm.h
--- a/xen/include/asm-ia64/mm.h 2005-06-03 13:01:30 -04:00
+++ b/xen/include/asm-ia64/mm.h 2005-06-03 13:01:30 -04:00
@@ -90,7 +90,7 @@
/* Page is on a free list. */
struct {
/* Mask of possibly-tainted TLBs. */
- u64 cpu_mask;
+ cpumask_t cpumask;
/* Order-size of the free chunk this page is the head of. */
u8 order;
} free;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] More include file cleanup fixes (for CONFIG_VTI),
BitKeeper Bot <=
|
|
|
|
|