License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / sparc / include / asm / timex_64.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f5e706ad 2/*
a439fe51 3 * linux/include/asm/timex.h
f5e706ad
SR
4 *
5 * sparc64 architecture timex specifications
6 */
7#ifndef _ASMsparc64_TIMEX_H
8#define _ASMsparc64_TIMEX_H
9
10#include <asm/timer.h>
11
12#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
13
14/* Getting on the cycle counter on sparc64. */
15typedef unsigned long cycles_t;
16#define get_cycles() tick_ops->get_tick()
17
18#define ARCH_HAS_READ_CURRENT_TIMER
19
20#endif