projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32fac80
)
[MIPS] SMTC: Add fordward declarations for mm_struct and task_struct.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 4 Mar 2007 18:25:51 +0000
(18:25 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 7 Mar 2007 00:07:16 +0000
(
00:07
+0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/smtc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/smtc.h
b/include/asm-mips/smtc.h
index e1941d1b8726b389f652a910600e2083351af8cc..44dfa4adecf323e970fcdd17d6c1aed8e67ab32e 100644
(file)
--- a/
include/asm-mips/smtc.h
+++ b/
include/asm-mips/smtc.h
@@
-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);