Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f99f2cc9363a08cdbd6cfbe3f29234e3235d05e8
Commit:     f99f2cc9363a08cdbd6cfbe3f29234e3235d05e8
Parent:     eae5fdc3e5032304a7d53bd06784b7ee71abccaf
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Tue Nov 13 00:35:13 2007 +0000
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Thu Nov 15 23:21:51 2007 +0000

    [MIPS] Sibyte: Fix name of clocksource.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/kernel/csrc-sb1250.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/kernel/csrc-sb1250.c b/arch/mips/kernel/csrc-sb1250.c
index ebb16e6..92212bb 100644
--- a/arch/mips/kernel/csrc-sb1250.c
+++ b/arch/mips/kernel/csrc-sb1250.c
@@ -43,7 +43,7 @@ static cycle_t sb1250_hpt_read(void)
 }
 
 struct clocksource bcm1250_clocksource = {
-       .name   = "MIPS",
+       .name   = "bcm1250-counter-3",
        .rating = 200,
        .read   = sb1250_hpt_read,
        .mask   = CLOCKSOURCE_MASK(23),
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to