# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Date 1179815171 -32400 # Node ID a5eacab344e98b347f35f73d6a096e34f207946e # Parent 291e24787f8b5d0fe0af1377bd37d38da78168c3 typo in linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c PATCHNAME: typo_in_linux_2_6_xen_sparse_arch_ia64_xen_hypervisor_c Signed-off-by: Isaku Yamahata diff -r 291e24787f8b -r a5eacab344e9 arch/ia64/xen/hypervisor.c --- a/arch/ia64/xen/hypervisor.c Mon Jul 02 12:20:27 2007 -0600 +++ b/arch/ia64/xen/hypervisor.c Tue May 22 15:26:11 2007 +0900 @@ -898,8 +898,8 @@ static unsigned long p2m_expose_size; // // 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))