Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
664c4bbb
Commit
664c4bbb
authored
16 years ago
by
Ralf Baechle
Browse files
Options
Download
Email Patches
Plain Diff
MIPS: csrc-r4k: Fix spelling mistake.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
2e373952
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/mips/kernel/csrc-r4k.c
arch/mips/kernel/csrc-r4k.c
+1
-1
No files found.
arch/mips/kernel/csrc-r4k.c
View file @
664c4bbb
...
@@ -27,7 +27,7 @@ int __init init_mips_clocksource(void)
...
@@ -27,7 +27,7 @@ int __init init_mips_clocksource(void)
if
(
!
cpu_has_counter
||
!
mips_hpt_frequency
)
if
(
!
cpu_has_counter
||
!
mips_hpt_frequency
)
return
-
ENXIO
;
return
-
ENXIO
;
/* Calclate a somewhat reasonable rating value */
/* Calc
u
late a somewhat reasonable rating value */
clocksource_mips
.
rating
=
200
+
mips_hpt_frequency
/
10000000
;
clocksource_mips
.
rating
=
200
+
mips_hpt_frequency
/
10000000
;
clocksource_set_clock
(
&
clocksource_mips
,
mips_hpt_frequency
);
clocksource_set_clock
(
&
clocksource_mips
,
mips_hpt_frequency
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment