]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commitdiff
[IA64] Typo in linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c
authorAlex Williamson <alex.williamson@hp.com>
Thu, 5 Jul 2007 19:37:31 +0000 (13:37 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Thu, 5 Jul 2007 19:37:31 +0000 (13:37 -0600)
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
arch/ia64/xen/hypervisor.c

index f0ac8d9f719a0b011a42f4249190996830b07f6b..6964db81471cec11f27739fc20399408c50d0507 100644 (file)
@@ -898,8 +898,8 @@ static unsigned long p2m_expose_size;       // this is referenced only when resume.
                                        // so __read_mostly doesn't make sense.
 volatile const pte_t* p2m_pte __read_mostly;
 
-#define GRNULE_PFN     PTRS_PER_PTE
-static unsigned long p2m_granule_pfn __read_mostly = GRNULE_PFN;
+#define GRANULE_PFN    PTRS_PER_PTE
+static unsigned long p2m_granule_pfn __read_mostly = GRANULE_PFN;
 
 #define ROUNDDOWN(x, y)  ((x) & ~((y) - 1))
 #define ROUNDUP(x, y)    (((x) + (y) - 1) & ~((y) - 1))