Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74422
b: refs/heads/master
c: e6a1bb7
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Dec 1, 2007
1 parent d2222c9 commit 363ace4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54fd6441e04696c046d93e4407a9e1ee9b874e51
refs/heads/master: e6a1bb725eab1348d4a985b7faeff8186210d7b4
6 changes: 5 additions & 1 deletion trunk/arch/mips/kernel/csrc-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
*
* Copyright (C) 2007 by Ralf Baechle
*/
#include <linux/clocksource.h>
#include <linux/init.h>

#include <asm/time.h>

static cycle_t c0_hpt_read(void)
{
Expand All @@ -18,7 +22,7 @@ static struct clocksource clocksource_mips = {
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
};

static void __init init_mips_clocksource(void)
void __init init_mips_clocksource(void)
{
/* Calclate a somewhat reasonable rating value */
clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000;
Expand Down

0 comments on commit 363ace4

Please sign in to comment.