[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] fix the broken xen build
ChangeSet 1.1816, 2005/03/31 10:55:59+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx fix the broken xen build page_alloc.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -Nru a/xen/common/page_alloc.c b/xen/common/page_alloc.c --- a/xen/common/page_alloc.c 2005-03-31 05:03:35 -05:00 +++ b/xen/common/page_alloc.c 2005-03-31 05:03:35 -05:00 @@ -41,6 +41,9 @@ #define round_pgdown(_p) ((_p)&PAGE_MASK) #define round_pgup(_p) (((_p)+(PAGE_SIZE-1))&PAGE_MASK) +static spinlock_t page_scrub_lock; +struct list_head page_scrub_list; + /********************* * ALLOCATION BITMAP * One bit per page of memory. Bit set => page is allocated. @@ -627,9 +630,6 @@ /************************* * PAGE SCRUBBING */ - -static spinlock_t page_scrub_lock; -struct list_head page_scrub_list; static void page_scrub_softirq(void) { _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |