--- zzzz-none-000/linux-2.6.19.2/mm/swap.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/mm/swap.c 2008-04-10 12:21:44.000000000 +0000 @@ -174,8 +174,8 @@ * lru_cache_add: add a page to the page lists * @page: the page to add */ -static DEFINE_PER_CPU(struct pagevec, lru_add_pvecs) = { 0, }; -static DEFINE_PER_CPU(struct pagevec, lru_add_active_pvecs) = { 0, }; +static DEFINE_PER_CPU(struct pagevec, lru_add_pvecs) = { .nr = 0, }; +static DEFINE_PER_CPU(struct pagevec, lru_add_active_pvecs) = { .nr = 0, }; void fastcall lru_cache_add(struct page *page) {