[POWERPC] bootwrapper: Preserve the pp pointer in ft_make_space() when calling ft_reo...
authorScott Wood <scottwood@freescale.com>
Mon, 12 Mar 2007 20:41:47 +0000 (14:41 -0600)
committerPaul Mackerras <paulus@samba.org>
Tue, 13 Mar 2007 10:15:52 +0000 (21:15 +1100)
commit78438b36011d8ef7d28ef63a30b11801be1eea71
treec9fce48213623cbb3b1d37f9d05c9cad6d44d601
parentc8aa72633e65c5c215b0cdd9970642e2a4f9a9a3
[POWERPC] bootwrapper: Preserve the pp pointer in ft_make_space() when calling ft_reorder().

The ft_reorder() function may change the start of the region of interest,
so the pointer provided by the caller into that region must be fixed up
to still point to the same datum.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/flatdevtree.c