From: Alex Chiang Date: Mon, 22 Feb 2010 19:12:00 +0000 (-0700) Subject: ACPI: processor: push file static MADT pointer into internal map_madt_entry() X-Git-Tag: v2.6.34-rc2~37^2^7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=149fe9c293f76803206648270ca24fc2604d5f01;p=pandora-kernel.git ACPI: processor: push file static MADT pointer into internal map_madt_entry() There's no real need for a pointer to the MADT to be global. The only function who uses it is map_madt_entry. This allows us to remove some more ugly #ifdefs. Acked-by: Venkatesh Pallipadi Signed-off-by: Alex Chiang Signed-off-by: Len Brown --- Reading git-diff-tree failed