commit | 941e492bdb1239d2ca8f5736cdfd3ff83d00cb90 | [log] [tgz] |
---|---|---|
author | Andrew Morton <[email protected]> | Wed Feb 06 01:36:42 2008 -0800 |
committer | Linus Torvalds <[email protected]> | Wed Feb 06 10:41:02 2008 -0800 |
tree | 6c048ee92ec94cbced1881308e14c2541321f077 | |
parent | 83bad1d764b836a482b88e0a1f44d7a5c3e1fee0 [diff] |
read_current_timer() cleanups - All implementations can be __devinit - The function prototypes were in asm/timex.h but they all must be the same, so create a single declaration in linux/timex.h. - uninline the sparc64 version to match the other architectures - Don't bother #defining ARCH_HAS_READ_CURRENT_TIMER to a particular value. [[email protected]: fix build] Cc: "David S. Miller" <[email protected]> Cc: Haavard Skinnemoen <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Andi Kleen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>