[PATCH] fix write combining on ia64

2005-03-04 Thread Jesse Barnes
Some ia64 platforms may not support write combining on all type of memory, so we need to consult the EFI memory map before we try to set the write combine attribute of a page. This patch will try to map a page write combined if it's not an AGP page and the EFI memory map says it's ok, otherwise

Re: [PATCH] fix write combining on ia64

2005-03-04 Thread Jesse Barnes
On Friday, March 4, 2005 11:03 am, Jesse Barnes wrote: > Some ia64 platforms may not support write combining on all type of memory, > so we need to consult the EFI memory map before we try to set the write > combine attribute of a page. This patch will try to map a page write > combined if it's no