]> git.baikalelectronics.ru Git - kernel.git/commit
hugetlb: add phys addr to struct huge_bootmem_page
authorBecky Bruce <beckyb@kernel.crashing.org>
Tue, 26 Jul 2011 00:11:50 +0000 (17:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2011 03:57:07 +0000 (20:57 -0700)
commit6e2eb1a2385d3d88926f69507210e9b88d91061b
treeca81ada1dc1b46b9fb066331c599d48db4532b39
parent95d88ee9b275e688b5ce5f0a8c40724e12002046
hugetlb: add phys addr to struct huge_bootmem_page

This is needed on HIGHMEM systems - we don't always have a virtual
address so store the physical address and map it in as needed.

[akpm@linux-foundation.org: cleanup]
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/hugetlb.h
mm/hugetlb.c