[PATCH] i386 CPA fix - do not free reserved pages

2007-07-13 Thread Mathieu Desnoyers
i386 CPA fix - do not free reserved pages We have to use the same conditions found in change_page_attr in global_tlb_flush regarding the conditions that leads to free the page. It applies to 2.6.22-rc6-mm1 (as it been applied for the next one ?) Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED

Re: [PATCH] i386 CPA fix - do not free reserved pages

2007-07-03 Thread Frederik Deweerdt
On Tue, Jul 03, 2007 at 01:33:24PM -0400, Mathieu Desnoyers wrote: > Right, there is a test missing, can you try this fix on top of my > x86_64 mm cpa cache flush fix ? No warning with both patches applied, thanks Mathieu. Frederik > > > i386 CPA fix - do not free reserved pages > > We have to

[PATCH] i386 CPA fix - do not free reserved pages

2007-07-03 Thread Mathieu Desnoyers
Right, there is a test missing, can you try this fix on top of my x86_64 mm cpa cache flush fix ? i386 CPA fix - do not free reserved pages We have to use the same conditions found in change_page_attr in global_tlb_flush regarding the conditions that leads to free the page. Signed-off-by: Mathi