From: Sergei Shtylyov Date: Sun, 31 May 2015 21:40:32 +0000 (+0300) Subject: MIPS: Get rid of 'kgdb_early_setup' cruft. X-Git-Tag: omap-for-v4.2/fixes-rc1^2~82^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ea7bff5ddc3f534aef28b7a20b9b11bf9a4df0;p=pandora-kernel.git MIPS: Get rid of 'kgdb_early_setup' cruft. 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. [ralf@linux-mips.org: Folded in Guenter Roeck's fix.] Signed-off-by: Sergei Shtylyov Patchwork: https://patchwork.linux-mips.org/patch/10501/ Signed-off-by: Guenter Roeck Patchwork: https://patchwork.linux-mips.org/patch/10533/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed