linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms
@ 2010-10-20  4:51 Lennert Buytenhek
  2010-10-20  6:01 ` Eric Miao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lennert Buytenhek @ 2010-10-20  4:51 UTC (permalink / raw)
  To: linux-arm-kernel

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 <mach/timex.h>
  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 <asm/timex.h>;
- get rid of all <mach/timex.h> include files.

Comments welcome!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-20 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20  4:51 [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms Lennert Buytenhek
2010-10-20  6:01 ` Eric Miao
2010-10-20  7:00 ` Linus Walleij
2010-10-20 20:30 ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).