Re: [PATCH 8/8] powerpc: last bits to support kdump on ppc32

2008-08-03 Thread Michael Ellerman
On Fri, 2008-08-01 at 18:14 +0400, Anton Vorontsov wrote: > From: Dale Farnsworth <[EMAIL PROTECTED]> > > Wire up the trampoline code for ppc32 to relay exceptions from the > vectors at address 0 to vectors at address 32MB, and modify Kconfig > to enable Kdump support for all powerpcs (except Book

[PATCH 8/8] powerpc: last bits to support kdump on ppc32

2008-08-01 Thread Anton Vorontsov
From: Dale Farnsworth <[EMAIL PROTECTED]> Wire up the trampoline code for ppc32 to relay exceptions from the vectors at address 0 to vectors at address 32MB, and modify Kconfig to enable Kdump support for all powerpcs (except BookE, for now). Signed-off-by: Dale Farnsworth <[EMAIL PROTECTED]> Sig