Arnd Bergmann 08604bd993 time: move PIT_TICK_RATE to linux/timex.h
PIT_TICK_RATE is currently defined in four architectures, but in three
different places.  While linux/timex.h is not the perfect place for it, it
is still a reasonable replacement for those drivers that traditionally use
asm/timex.h to get CLOCK_TICK_RATE and expect it to be the PIT frequency.

Note that for Alpha, the actual value changed from 1193182UL to 1193180UL.
 This is unlikely to make a difference, and probably can only improve
accuracy.  There was a discussion on the correct value of CLOCK_TICK_RATE
a few years ago, after which every existing instance was getting changed
to 1193182.  According to the specification, it should be
1193181.818181...

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Len Brown <lenb@kernel.org>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-06-16 19:47:27 -07:00
..
2009-02-17 08:02:16 +01:00
2009-03-16 08:32:27 -06:00
2009-03-16 08:32:27 -06:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:32 -07:00
2006-10-04 07:55:32 -07:00
2009-02-11 14:12:04 +01:00
2005-04-16 15:20:36 -07:00
2009-05-15 12:07:17 +09:00
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:32 -07:00
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:32 -07:00
2008-08-19 10:02:53 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-07-16 09:05:40 -07:00
2006-10-03 23:01:26 +02:00
2005-04-16 15:20:36 -07:00
2009-03-30 15:21:59 +02:00
2005-04-16 15:20:36 -07:00
2006-10-03 23:01:26 +02:00
2007-07-01 12:29:44 -07:00
2005-04-16 15:20:36 -07:00
2006-06-26 18:35:02 +02:00
2005-04-16 15:20:36 -07:00
2006-10-03 23:01:26 +02:00
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:32 -07:00
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:32 -07:00
2005-04-16 15:20:36 -07:00
2006-12-04 02:00:36 -05:00
2009-03-16 08:32:27 -06:00
2006-10-03 23:01:26 +02:00
2006-10-03 23:01:26 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2009-03-16 08:32:27 -06:00

The modular sound driver patches were funded by Red Hat Software 
(www.redhat.com). The sound driver here is thus a modified version of 
Hannu's code. Please bear that in mind when considering the appropriate
forums for bug reporting. 

Alan Cox