From: Michael Ellerman Date: Mon, 17 Sep 2007 06:05:00 +0000 (+1000) Subject: [POWERPC] Store the base address in dcr_host_t X-Git-Tag: v2.6.24-rc1~1450^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b94a1eeeeb3542d046b928ca01fcd4bf0ea7587;p=pandora-kernel.git [POWERPC] Store the base address in dcr_host_t In its current form, dcr_map() doesn't remember the base address you passed it, which means you need to store it somewhere else. Rather than adding the base to another struct it seems simpler to store it in the dcr_host_t. Signed-off-by: Michael Ellerman Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed