From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@deeprootsystems.com (Kevin Hilman) Date: Wed, 20 Oct 2010 13:30:10 -0700 Subject: [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms In-Reply-To: <20101020045110.GW12979@mail.wantstofly.org> (Lennert Buytenhek's message of "Wed, 20 Oct 2010 06:51:10 +0200") References: <20101020045110.GW12979@mail.wantstofly.org> Message-ID: <87y69sppyl.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Lennert Buytenhek writes: > One of the things preventing building an ARM multiplatform kernel > image is the fact that CLOCK_TICK_RATE (and as a consequence, LATCH) > is defined differently for each ARM platform. > > The patches in this series: > - pull the per-platform CLOCK_TICK_RATE defines from > into arch/arm/mach-foo/ (on those platforms that use the > CLOCK_TICK_RATE define and/or the LATCH define in their platform > support code); > - define CLOCK_TICK_RATE as a platform-independent value in ; > - get rid of all include files. > > Comments welcome! Excellent! For the davinci & OMAP changes: Acked-by: Kevin Hilman