|
fix the broken xen build: msg#00480emulators.xen.cvs
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) { |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk: 00480, BitKeeper Bot |
|---|---|
| Next by Date: | Clean up ctrl msg handling in Linux. Remove VBD_GROW/SHRINK -- a VBD: 00480, BitKeeper Bot |
| Previous by Thread: | fix the broken xen buildi: 00480, BitKeeper Bot |
| Next by Thread: | Clean up ctrl msg handling in Linux. Remove VBD_GROW/SHRINK -- a VBD: 00480, BitKeeper Bot |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |