[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] [IA64] Typo in linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c
# HG changeset patch # User Alex Williamson <alex.williamson@xxxxxx> # Date 1183664251 21600 # Node ID 5b6d54e42d111c299d76e53db6cf3412005d3d92 # Parent 6e16fa7e3f2088b102939141232c13a8da12317e [IA64] Typo in linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- arch/ia64/xen/hypervisor.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r 6e16fa7e3f20 -r 5b6d54e42d11 arch/ia64/xen/hypervisor.c --- a/arch/ia64/xen/hypervisor.c Thu Jul 05 13:36:21 2007 -0600 +++ b/arch/ia64/xen/hypervisor.c Thu Jul 05 13:37:31 2007 -0600 @@ -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)) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |