|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Accomodate recent addition of physaddr_t type
ChangeSet 1.1707, 2005/06/09 16:13:12-06:00, djm@xxxxxxxxxxxxxxxxxx
Accomodate recent addition of physaddr_t type
config.h | 2 ++
1 files changed, 2 insertions(+)
diff -Nru a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h
--- a/xen/include/asm-ia64/config.h 2005-06-10 14:05:03 -04:00
+++ b/xen/include/asm-ia64/config.h 2005-06-10 14:05:03 -04:00
@@ -27,6 +27,8 @@
// needed by include/asm-ia64/processor.h (and other places)
typedef int pid_t;
+// now needed for xen/include/mm.h
+typedef unsigned long physaddr_t;
// from include/linux/kernel.h
#define ALIGN(x,a) (((x)+(a)-1)&~((a)-1))
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Accomodate recent addition of physaddr_t type,
BitKeeper Bot <=
|
|
|
|
|