[PATCH] Clear the ttm page allocated from high memory zone correctly

2012-02-07 Thread Yakui Zhao
The TTM page can be allocated from high memory. In such case it is wrong to use the page_address(page) as the virtual address for the high memory page. Signed-off-by: Zhao Yakui --- drivers/gpu/drm/ttm/ttm_page_alloc.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/

[PATCH] Clear the ttm page allocated from high memory zone

2012-02-07 Thread Yakui Zhao
BAD MSG: correctly The TTM page can be allocated from high memory. In such case it is wrong to use the page_address(page) as the virtual address for the high memory page. Signed-off-by: Zhao Yakui --- drivers/gpu/drm/ttm/ttm_page_alloc.c |5 - 1 files changed, 4 insertions(+), 1 deletio