On Mon, Jun 01, 2015 at 12:40:32AM +0300, Sergei Shtylyov wrote: > Commit 854700115ecf ([MIPS] kgdb: add arch support for the kernel's kgdb core) > added the 'kgdb_early_setup' flag to avoid calling trap_init() and init_IRQ() > the second time, however the code that called these functions earlier, from > kgdb_arch_init(), had been already removed by that time, so the flag never > served any useful purpose. Remove the related code along with ugly #ifdef'ery > at last. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> > > --- > The patch is against the recent Linus' repo. Tell me if you want it to be > rebased against some MIPS repo... There's been a minor conflict which was trivial to reslve. Thanks, Ralf