On Tue, Dec 18, 2007 at 05:47:55PM +0900, Jeremy Kerr wrote: > Hi all, > > This series of patches is aimed at simplifying the kexec build system, > mainly in order to make cross-compilation much easier. > > As well as cross-compiling, this makes it possible to separate the > 'host' architecture (ie, the arch of the kexec binary built), and the > 'target' architecture (ie, the arch of the kernel that we're kexecing). > We can specify these with the standard --host and --target arguments > to configure. > Hi Jermey, I got a stupid question. - What's the advantage of building a 32bit binary for powerpc64 bit platforms? IOW, why do you need to build 32bit purgatory? Can't we launch 32bit kernel from 64bit purgatory? > This allows us to kexec a powerpc64 kernel from a powerpc userspace. > x86{,_64} users might find this handy too, but I don't have hardware > to test. I think x86 it already happens. I think I can launch 64bit kernel from a 32bit kexec. Thanks Vivek