We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e991986 commit cfef9aaCopy full SHA for cfef9aa
1 file changed
arch/s390/kernel/asm-offsets.c
@@ -61,14 +61,6 @@ int main(void)
61
BLANK();
62
OFFSET(__VDSO_GETCPU_VAL, vdso_per_cpu_data, getcpu_val);
63
64
- /* constants used by the vdso */
65
- DEFINE(__CLOCK_REALTIME, CLOCK_REALTIME);
66
- DEFINE(__CLOCK_MONOTONIC, CLOCK_MONOTONIC);
67
- DEFINE(__CLOCK_REALTIME_COARSE, CLOCK_REALTIME_COARSE);
68
- DEFINE(__CLOCK_MONOTONIC_COARSE, CLOCK_MONOTONIC_COARSE);
69
- DEFINE(__CLOCK_THREAD_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID);
70
- DEFINE(__CLOCK_COARSE_RES, LOW_RES_NSEC);
71
- BLANK();
72
/* idle data offsets */
73
OFFSET(__CLOCK_IDLE_ENTER, s390_idle_data, clock_idle_enter);
74
OFFSET(__CLOCK_IDLE_EXIT, s390_idle_data, clock_idle_exit);
0 commit comments