tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PROC_PC() macro usage in kern/kern_clock.c



On Tue, Dec 21, 2010 at 20:49:10 +0000, Christos Zoulas wrote:

> In article <ACBBAF3908CB43B8B169E639CB18146A@tpad4>,
> Toru Nishimura <locore64%alkyltechnology.com@localhost> 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


Home | Main Index | Thread Index | Old Index