On Fri, Sep 05, 2008 at 11:13:10AM +0900, Paul Mundt wrote: > This re-enables the fairly generic put/get_unaligned() routines in > kexec.h, while tidying up the variable shadowing clash that results > when using it in places like machine_apply_elf_rel(). > > Needed for SH ELF relocations. > > IA64 still does its own put_unaligned64(), which should likely also be > converted over to using put_unaligned() directly. Thanks Paul, applied.