]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
SPARC32 require access to the start address. Add a new helper
authorSam Ravnborg <sam@ravnborg.org>
Wed, 24 Aug 2011 23:47:13 +0000 (09:47 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Sep 2011 06:16:22 +0000 (16:16 +1000)
commit5dae69b918f3d32cf09fdea2216ad127478a655f
tree5a983aac7c669bda47b76abb86839e0a3cbea26d
parentfec5bda31570f48827a66fef420426c747fd164c
SPARC32 require access to the start address.  Add a new helper
memblock_start_of_DRAM() to give access to the address of the first
memblock - which contains the lowest address.

The awkward name was chosen to match the already present
memblock_end_of_DRAM().

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Yinghai Lu <yinghai@kernel.org>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/memblock.h
mm/memblock.c