[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200905120236.36242.arnd@arndb.de>
Date: Tue, 12 May 2009 02:36:35 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-arch@...r.kernel.org, x86@...nel.org, rth@...ddle.net,
ralf@...ux-mips.org, tiwai@...e.de, dmitry.torokhov@...il.com,
mingo@...e.hu, linux-kernel@...r.kernel.org,
alan@...rguk.ukuu.org.uk
Subject: Re: [PATCH] move PIT_TICK_RATE to linux/timex.h
On Tuesday 12 May 2009, Andrew Morton wrote:
> So the type got changed in arch/x86/include/asm/timex.h. Did you check
> whether that changes anything? I did a quick check and didn't see any
> obvious problems..
I did not check if the object file changes, just checked that the
macro is not used in assembly code, which would break.
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...
Arnd <><
--
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