From: Kyle Moffett Date: Fri, 2 Dec 2011 06:28:01 +0000 (+0000) Subject: powerpc/mpic: Save computed phys_addr for board-specific code X-Git-Tag: v3.3-rc1~181^2~50^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a98675caf272a11dc1012c7a8c6c00cab09f5b;p=pandora-kernel.git powerpc/mpic: Save computed phys_addr for board-specific code The MPIC code can already perform an automatic OF address translation step as part of mpic_alloc(), but several boards need to use that base address when they perform mpic_assign_isu(). The easiest solution is to save the computed physical address into the "struct mpic" for later use by the board code. Signed-off-by: Kyle Moffett Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed