diff options
Diffstat (limited to 'arch/mips/kernel/cevt-smtc.c')
-rw-r--r-- | arch/mips/kernel/cevt-smtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/cevt-smtc.c b/arch/mips/kernel/cevt-smtc.c index 2e72d30b2f05..9de5ed7ef1a3 100644 --- a/arch/mips/kernel/cevt-smtc.c +++ b/arch/mips/kernel/cevt-smtc.c | |||
@@ -49,7 +49,7 @@ static int smtc_nextinvpe[NR_CPUS]; | |||
49 | 49 | ||
50 | /* | 50 | /* |
51 | * Timestamps stored are absolute values to be programmed | 51 | * Timestamps stored are absolute values to be programmed |
52 | * into Count register. Valid timestamps will never be zero. | 52 | * into Count register. Valid timestamps will never be zero. |
53 | * If a Zero Count value is actually calculated, it is converted | 53 | * If a Zero Count value is actually calculated, it is converted |
54 | * to be a 1, which will introduce 1 or two CPU cycles of error | 54 | * to be a 1, which will introduce 1 or two CPU cycles of error |
55 | * roughly once every four billion events, which at 1000 HZ means | 55 | * roughly once every four billion events, which at 1000 HZ means |