On Wed, 7 May 2008, Yoichi Yuasa wrote: > Fix divide by zero error in build_clear_page() and build_copy_page() Why would ever cache_line_size be zero in this place? Are you trying to support a cacheless CPU? If not, it should be a BUG_ON(). Maciej
On Wed, 7 May 2008, Yoichi Yuasa wrote: > Fix divide by zero error in build_clear_page() and build_copy_page() Why would ever cache_line_size be zero in this place? Are you trying to support a cacheless CPU? If not, it should be a BUG_ON(). Maciej