Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
07f6169c
Commit
07f6169c
authored
Nov 01, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Excite: Fix build error.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
217dd11e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/mips/basler/excite/excite_setup.c
arch/mips/basler/excite/excite_setup.c
+1
-1
No files found.
arch/mips/basler/excite/excite_setup.c
View file @
07f6169c
...
@@ -77,7 +77,7 @@ int titan_irqflags;
...
@@ -77,7 +77,7 @@ int titan_irqflags;
void
__init
plat_time_init
(
void
)
void
__init
plat_time_init
(
void
)
{
{
const
u32
modebit5
=
ocd_readl
(
0x00e4
);
const
u32
modebit5
=
ocd_readl
(
0x00e4
);
unsigned
int
mult
=
((
modebit5
>>
11
)
&
0x1f
)
+
2
,
unsigned
int
mult
=
((
modebit5
>>
11
)
&
0x1f
)
+
2
;
unsigned
int
div
=
((
modebit5
>>
16
)
&
0x1f
)
+
2
;
unsigned
int
div
=
((
modebit5
>>
16
)
&
0x1f
)
+
2
;
if
(
div
==
33
)
if
(
div
==
33
)
...
...
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