On Tue, Dec 21, 2010 at 20:49:10 +0000, Christos Zoulas wrote: > In article <acbbaf3908cb43b8b169e639cb181...@tpad4>, > Toru Nishimura <[email protected]> wrote: > >Guys, > > > >There are two ports, sh3 and mips, which define PROC_PC() macro in > >cpu.h. They look both wrong and un-compileable indeed. It's apparent > >they are a sort of leftovers never used so far. Is it ok to remove the > >#define from cpu.h and the usage in kern/kern_clock.c? > > I don't see it in kern_clock.c, but sure nuke them if they are not used.
kern_clock.c uses LWP_PC() now, so I guess sh3 and mips need to catch up. -uwe
