treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / sparc / include / asm / clocksource.h
blobd63ef224befebd68637d0be5d19c5cbf657d590d
1 /*
2 * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
3 */
5 #ifndef _ASM_SPARC_CLOCKSOURCE_H
6 #define _ASM_SPARC_CLOCKSOURCE_H
8 /* VDSO clocksources */
9 #define VCLOCK_NONE 0 /* Nothing userspace can do. */
10 #define VCLOCK_TICK 1 /* Use %tick. */
11 #define VCLOCK_STICK 2 /* Use %stick. */
13 struct arch_clocksource_data {
14 int vclock_mode;
17 #endif /* _ASM_SPARC_CLOCKSOURCE_H */