forked from luck/tmp_suning_uos_patched
574c44fa8f
Now that clocksource.archdata is available, use it for ia64-specific code. Cc: Clemens Ladisch <clemens@ladisch.de> Cc: linux-ia64@vger.kernel.org Cc: Tony Luck <tony.luck@intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: John Stultz <johnstul@us.ibm.com> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andy Lutomirski <luto@mit.edu> Link: http://lkml.kernel.org/r/d31de0ee0842a0e322fb6441571c2b0adb323fa2.1310563276.git.luto@mit.edu Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
13 lines
274 B
C
13 lines
274 B
C
/* IA64-specific clocksource additions */
|
|
|
|
#ifndef _ASM_IA64_CLOCKSOURCE_H
|
|
#define _ASM_IA64_CLOCKSOURCE_H
|
|
|
|
#define __ARCH_HAS_CLOCKSOURCE_DATA
|
|
|
|
struct arch_clocksource_data {
|
|
void *fsys_mmio; /* used by fsyscall asm code */
|
|
};
|
|
|
|
#endif /* _ASM_IA64_CLOCKSOURCE_H */
|