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
b3920590
Commit
b3920590
authored
Mar 04, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] SMTC: Add fordward declarations for mm_struct and task_struct.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
32fac80b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
include/asm-mips/smtc.h
include/asm-mips/smtc.h
+3
-0
No files found.
include/asm-mips/smtc.h
View file @
b3920590
...
...
@@ -34,6 +34,9 @@ typedef long asiduse;
extern
asiduse
smtc_live_asid
[
MAX_SMTC_TLBS
][
MAX_SMTC_ASIDS
];
struct
mm_struct
;
struct
task_struct
;
void
smtc_get_new_mmu_context
(
struct
mm_struct
*
mm
,
unsigned
long
cpu
);
void
smtc_flush_tlb_asid
(
unsigned
long
asid
);
...
...
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