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
aeffdbba
Commit
aeffdbba
authored
Oct 11, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] tlbex: Size optimize code by declaring a few functions inline.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
1ac74d52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
arch/mips/mm/tlbex.c
arch/mips/mm/tlbex.c
+4
-4
No files found.
arch/mips/mm/tlbex.c
View file @
aeffdbba
...
...
@@ -35,24 +35,24 @@
#include <asm/smp.h>
#include <asm/war.h>
static
__init
int
__maybe_unused
r45k_bvahwbug
(
void
)
static
inline
int
r45k_bvahwbug
(
void
)
{
/* XXX: We should probe for the presence of this bug, but we don't. */
return
0
;
}
static
__init
int
__maybe_unused
r4k_250MHZhwbug
(
void
)
static
inline
int
r4k_250MHZhwbug
(
void
)
{
/* XXX: We should probe for the presence of this bug, but we don't. */
return
0
;
}
static
__init
int
__maybe_unused
bcm1250_m3_war
(
void
)
static
inline
int
__maybe_unused
bcm1250_m3_war
(
void
)
{
return
BCM1250_M3_WAR
;
}
static
__init
int
__maybe_unused
r10000_llsc_war
(
void
)
static
inline
int
__maybe_unused
r10000_llsc_war
(
void
)
{
return
R10000_LLSC_WAR
;
}
...
...
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