[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080411075554.GA6834@elte.hu>
Date: Fri, 11 Apr 2008 09:55:54 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Andi Kleen <andi@...stfloor.org>
Cc: Karsten Wiese <fzu@...gehoertderstaat.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86: set_cyc2ns_scale() remove tsc_now and ns_now
* Andi Kleen <andi@...stfloor.org> wrote:
> (actually it is still the wrong time -- really needs a grace period
> during which the TSC is not used
> ftp://firstfloor.org/pub/ak/quilt/patches/sched-clock implemented some
> of these ideas against an older kernel)
recent CPUs have constant-freq TSCs so it's mostly a legacy issue, but
the affected installed base is still significant to warrant a fix.
we dont really have to worry about complications like grace periods -
higher layers in the scheduler protect against temporary sched_clock()
outliers. So i think this can all be done much simpler. Just get rid of
the global cpu_khz notion, sched_clock() should simply follow the ->freq
value - and that's it.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists