2007-08-06 03:55:23

by Peter Williams

[permalink] [raw]
Subject: Possible error in 2.6.23-rc2-rt1 series

I've just been reviewing these patches and have spotted a possible
error in the file arch/ia64/kernel/time.c in that the scope of the
#ifdef on CONFIG_TIME_INTERPOLATION seems to have grown quite a lot
since 2.2.23-rc1-rt7. It used to chop out one if statement and now it
chops out half the file.

Is it correct?
Peter
--
Peter Williams [email protected]

"Learning, n. The kind of ignorance distinguishing the studious."
-- Ambrose Bierce



2007-08-06 05:43:48

by Ingo Molnar

[permalink] [raw]
Subject: Re: Possible error in 2.6.23-rc2-rt1 series


* Peter Williams <[email protected]> wrote:

> I've just been reviewing these patches and have spotted a possible
> error in the file arch/ia64/kernel/time.c in that the scope of the
> #ifdef on CONFIG_TIME_INTERPOLATION seems to have grown quite a lot
> since 2.2.23-rc1-rt7. It used to chop out one if statement and now it
> chops out half the file.

i have not got much feedback about the ia64 -rt code. Does it even
compile? The above thing could be a merge artifact - TIME_INTERPOLATION
has been removed from upstream recently.

Ingo