Re: [Kgdb-bugreport] 2.6.22-rc6-mm1: git-kgdb breaks sh compilation

2007-07-07 Thread Jason Wessel
Adrian Bunk wrote: > On Thu, Jun 28, 2007 at 03:43:21AM -0700, Andrew Morton wrote: > >> ... >> Changes since 2.6.22-rc4-mm2: >> ... >> git-kgdb.patch >> ... >> git trees >> ... >> > > This tree adds to include/asm-sh/system.h code that already exists in > the same file a few lines above

Re: [Kgdb-bugreport] 2.6.22-rc6-mm1

2007-07-02 Thread Paul Mackerras
Jason Wessel writes: > I suppose the argument could be made to remove the check in the compiled > file, but it does serve as a way to protect kgdb for now if someone > tries to hard compile in xmon and kgdb. Completely unpredictable > results will occur with the debugger unless some pieces are

Re: [Kgdb-bugreport] 2.6.22-rc6-mm1

2007-07-02 Thread Jason Wessel
Sergei Shtylyov wrote: > Hello. > > Jason Wessel wrote: > allmodconfig on powerpc (iMac g3) fails due to git-kgdb.patch. allmodconfig defaults should be changed? > CC arch/powerpc/kernel/kgdb.o arch/powerpc/kernel/kgdb.c:485:2: error: #error Both XMON and KGDB s

Re: [Kgdb-bugreport] 2.6.22-rc6-mm1

2007-07-02 Thread Sergei Shtylyov
Hello. Jason Wessel wrote: >>> allmodconfig on powerpc (iMac g3) fails due to >>> git-kgdb.patch. allmodconfig defaults should be changed? >>> CC arch/powerpc/kernel/kgdb.o >>> arch/powerpc/kernel/kgdb.c:485:2: error: #error Both XMON and KGDB >>> selected in .config. Unselect one of

Re: [Kgdb-bugreport] 2.6.22-rc6-mm1

2007-07-02 Thread Jason Wessel
Sergei Shtylyov wrote: Hello. Mariusz Kozlowski wrote: allmodconfig on powerpc (iMac g3) fails due to git-kgdb.patch. allmodconfig defaults should be changed? CC arch/powerpc/kernel/kgdb.o arch/powerpc/kernel/kgdb.c:485:2: error: #error Both XMON and KGDB selected

Re: [Kgdb-bugreport] 2.6.22-rc6-mm1

2007-06-29 Thread Sergei Shtylyov
Hello. Mariusz Kozlowski wrote: > allmodconfig on powerpc (iMac g3) fails due to > git-kgdb.patch. allmodconfig defaults should be changed? > CC arch/powerpc/kernel/kgdb.o > arch/powerpc/kernel/kgdb.c:485:2: error: #error Both XMON and KGDB selected > in .config. Unselect one of th