WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64] Fix vpd size

# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1179779409 21600
# Node ID d305761238924735fc00fc091b3cf0bb5949517d
# Parent  6450f6287898ea5b2e7420647bf13cf709f949ce
[IA64] Fix vpd size

New pal has fixed vpd size issue, so change it to 64K to conform to Spec.

Signed-off-by: Zhang xiantao <xiantao.zhang@xxxxxxxxx>
---
 xen/include/asm-ia64/vmx_vpd.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 6450f6287898 -r d30576123892 xen/include/asm-ia64/vmx_vpd.h
--- a/xen/include/asm-ia64/vmx_vpd.h    Mon May 21 14:09:27 2007 -0600
+++ b/xen/include/asm-ia64/vmx_vpd.h    Mon May 21 14:30:09 2007 -0600
@@ -29,7 +29,7 @@
 #include <public/xen.h>
 #include <xen/spinlock.h>
 
-#define VPD_SHIFT      17      /* 128K requirement */
+#define VPD_SHIFT      16
 #define VPD_SIZE       (1 << VPD_SHIFT)
 
 typedef struct {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] Fix vpd size, Xen patchbot-unstable <=