Re: [patch 8/9] Guest page hinting: discarded page list.
From: Dave Hansen <hidden>
Date: 2006-09-01 15:57:00
Also in:
lkml
From: Dave Hansen <hidden>
Date: 2006-09-01 15:57:00
Also in:
lkml
On Fri, 2006-09-01 at 17:40 +0200, Martin Schwidefsky wrote:
No, unfortunately not. There is a new variable page_discard_list that is only defined if CONFG_PAGE_DISCARD_LIST is set. The compiler will complain about the absence of the variable, even if the code is never reached because PageDiscarded always returns 0.
Ahh. I see that now. How about a nice inlined helper function instead? ;) -- Dave