]> git.baikalelectronics.ru Git - kernel.git/commit
lmb: Remove __init from lmb_end_of_DRAM()
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 27 Aug 2009 07:20:30 +0000 (17:20 +1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Aug 2009 19:25:26 +0000 (12:25 -0700)
commitd8b0885d71fd32de83e0431acc228c65fa1c26ed
treee60a5f629efa6637a626374f8232abc0c645e332
parentfd9b9e683d1a6dfaa6ab87d37f291920d60f3347
lmb: Remove __init from lmb_end_of_DRAM()

We call lmb_end_of_DRAM() to test whether a DMA mask is ok on a machine
without IOMMU, but this function is marked as __init.

I don't think there's a clean way to get the top of RAM max_pfn doesn't
appear to include highmem or I missed (or we have a bug :-) so for now,
let's just avoid having a broken 2.6.31 by making this function
non-__init and we can revisit later.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/lmb.c