61 parent 888155bbf63a5f955d7a45932ff05e848f715bf0 author Zhao Yakui 1352831515 +0000 committer Dave Airlie 1353023795 +1000 ttm: Clear the ttm page allocated from high memory zone 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. bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=50241 Signed-off-by: Zhao Yakui Cc: stable@vger.kernel.org Reviewed-by: Thomas Hellstrom Signed-off-by: Dave Airlie &I&x