-
- Downloads
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. [ezk@cs.sunysb.edu: fix build] Cc: "David S. Miller" <davem@davemloft.net> Cc: Haavard Skinnemoen <hskinnemoen@atmel.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: Andi Kleen <ak@suse.de> Signed-off-by:Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/avr32/lib/delay.c 3 additions, 1 deletionarch/avr32/lib/delay.c
- arch/sparc64/kernel/time.c 5 additions, 0 deletionsarch/sparc64/kernel/time.c
- arch/x86/lib/delay_32.c 3 additions, 1 deletionarch/x86/lib/delay_32.c
- arch/x86/lib/delay_64.c 3 additions, 1 deletionarch/x86/lib/delay_64.c
- include/asm-avr32/timex.h 1 addition, 2 deletionsinclude/asm-avr32/timex.h
- include/asm-sparc64/timex.h 1 addition, 5 deletionsinclude/asm-sparc64/timex.h
- include/asm-x86/timex.h 1 addition, 2 deletionsinclude/asm-x86/timex.h
- include/linux/timex.h 2 additions, 0 deletionsinclude/linux/timex.h
- init/calibrate.c 1 addition, 2 deletionsinit/calibrate.c
Loading
Please register or sign in to comment