commit | 0b94a1eeeeb3542d046b928ca01fcd4bf0ea7587 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Mon Sep 17 16:05:00 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 03 13:25:27 2007 +1000 |
tree | 04ada4951ef2a386d16f00d06bd78a4ce04ff65a | |
parent | ca786f83a97d7897b013b1e9b290c9010b69af9b [diff] |
[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 <michael@ellerman.id.au> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>