From c6f6b596a5a73e63e5e930c414375c0c389199ab Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Mon, 24 May 2010 14:32:53 -0700 Subject: [PATCH] mm: make lowmem_page_address() use PFN_PHYS() for improved portability This ensures that platforms with lowmem PAs above 32 bits work correctly by avoiding truncating the PA during a left shift. Signed-off-by: Chris Metcalf Cc: Barry Song <21cnbao@gmail.com> Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed