Staging
v0.8.1
https://github.com/torvalds/linux
Revision 2ffc1ccad85e8c2e81a6a4beb390fb4ce143256b authored by Dmitry Torokhov on 05 August 2006, 02:53:37 UTC, committed by Dmitry Torokhov on 05 August 2006, 02:53:37 UTC
By using milliseconds instead of jiffies to calculate acceleration
factor we make the code immune to changes in HZ.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
1 parent c3c38fb
Raw File
Tip revision: 2ffc1ccad85e8c2e81a6a4beb390fb4ce143256b authored by Dmitry Torokhov on 05 August 2006, 02:53:37 UTC
Input: ati_remote - use msec instead of jiffies
Tip revision: 2ffc1cc
rtc.h
#ifndef _ALPHA_RTC_H
#define _ALPHA_RTC_H

/*
 * Alpha uses the default access methods for the RTC.
 */

#include <asm-generic/rtc.h>

#endif
back to top