From: Wang YanQing Date: Mon, 22 Apr 2013 23:19:19 +0000 (+0200) Subject: ACPI: Fix wrong parameter passed to memblock_reserve X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6432ded299726f123b93d0132fead200551535c;p=pandora-kernel.git ACPI: Fix wrong parameter passed to memblock_reserve Commit 53aac44 (ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areas) introduced acpi_initrd_override() that passes a wrong value as the second argument to memblock_reserve(). Namely, the second argument of memblock_reserve() is the size of the region, not the address of the top of it, so make acpi_initrd_override() pass the size in there as appropriate. [rjw: Changelog] Signed-off-by: Wang YanQing Acked-by: Yinghai Lu Cc: 3.8+ Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed