From: Ard Biesheuvel Date: Mon, 1 Jun 2015 11:40:31 +0000 (+0200) Subject: of/fdt: split off FDT self reservation from memreserve processing X-Git-Tag: omap-for-v4.2/fixes-rc1^2~137^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24bbd929e6b9e62afd263c42b4318d3b603c956c;p=pandora-kernel.git of/fdt: split off FDT self reservation from memreserve processing This splits off the reservation of the memory occupied by the FDT binary itself from the processing of the memory reservations it contains. This is necessary because the physical address of the FDT, which is needed to perform the reservation, may not be known to the FDT driver core, i.e., it may be mapped outside the linear direct mapping, in which case __pa() returns a bogus value. Cc: Russell King Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Acked-by: Rob Herring Acked-by: Mark Rutland Acked-by: Catalin Marinas Signed-off-by: Ard Biesheuvel Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed