diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/head.S b/arch/ia64/kernel/head.S index 9be4e497f3d3..991ca336b8a2 100644 --- a/arch/ia64/kernel/head.S +++ b/arch/ia64/kernel/head.S | |||
@@ -1035,7 +1035,7 @@ END(ia64_delay_loop) | |||
1035 | * Return a CPU-local timestamp in nano-seconds. This timestamp is | 1035 | * Return a CPU-local timestamp in nano-seconds. This timestamp is |
1036 | * NOT synchronized across CPUs its return value must never be | 1036 | * NOT synchronized across CPUs its return value must never be |
1037 | * compared against the values returned on another CPU. The usage in | 1037 | * compared against the values returned on another CPU. The usage in |
1038 | * kernel/sched.c ensures that. | 1038 | * kernel/sched/core.c ensures that. |
1039 | * | 1039 | * |
1040 | * The return-value of sched_clock() is NOT supposed to wrap-around. | 1040 | * The return-value of sched_clock() is NOT supposed to wrap-around. |
1041 | * If it did, it would cause some scheduling hiccups (at the worst). | 1041 | * If it did, it would cause some scheduling hiccups (at the worst). |