Re: [PATCH 3/5] Apply relocation

2008-08-12 Thread Paul Mackerras
Mohan Kumar M writes: > This code is a wrapper around regular kernel. This checks whether the > kernel is loaded at 32MB, if its not loaded at 32MB, its treated as a > regular kernel and the control is given to the kernel immediately. If > the kernel is loaded at 32MB, it applies relocation delta

[PATCH 3/5] Apply relocation

2008-08-12 Thread Mohan Kumar M
Apply relocation This code is a wrapper around regular kernel. This checks whether the kernel is loaded at 32MB, if its not loaded at 32MB, its treated as a regular kernel and the control is given to the kernel immediately. If the kernel is loaded at 32MB, it applies relocation delta to each offse

Re: [PATCH 3/5] Apply relocation

2008-08-11 Thread Paul Mackerras
Mohan Kumar M writes: > Apply relocation > > This code is a wrapper around regular kernel. This checks whether the > kernel is loaded at 32MB, if its not loaded at 32MB, its treated as a > regular kernel and the control is given to the kernel immediately. If > the kernel is loaded at 32MB, it app

[PATCH 3/5] Apply relocation

2008-08-11 Thread Mohan Kumar M
Apply relocation This code is a wrapper around regular kernel. This checks whether the kernel is loaded at 32MB, if its not loaded at 32MB, its treated as a regular kernel and the control is given to the kernel immediately. If the kernel is loaded at 32MB, it applies relocation delta to each offse