diff options
| author | Paul Mackerras <paulus@samba.org> | 2007-07-10 23:28:26 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2007-07-10 23:28:26 -0400 |
| commit | bf22f6fe2d72b4d7e9035be8ceb340414cf490e3 (patch) | |
| tree | 14085d90de0428316479fe6de8a0c6d32e6e65e2 /include/asm-powerpc/tlbflush.h | |
| parent | 4eb6bf6bfb580afaf1e1a1d30cba17a078530cf4 (diff) | |
| parent | 93ab471889c6662b42ce7da257f31f24c08d7d9e (diff) | |
Merge branch 'for-2.6.23' into merge
Diffstat (limited to 'include/asm-powerpc/tlbflush.h')
| -rw-r--r-- | include/asm-powerpc/tlbflush.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-powerpc/tlbflush.h b/include/asm-powerpc/tlbflush.h index 86e6266a028b..99a0439baa50 100644 --- a/include/asm-powerpc/tlbflush.h +++ b/include/asm-powerpc/tlbflush.h | |||
| @@ -155,6 +155,11 @@ static inline void flush_tlb_kernel_range(unsigned long start, | |||
| 155 | { | 155 | { |
| 156 | } | 156 | } |
| 157 | 157 | ||
| 158 | /* Private function for use by PCI IO mapping code */ | ||
| 159 | extern void __flush_hash_table_range(struct mm_struct *mm, unsigned long start, | ||
| 160 | unsigned long end); | ||
| 161 | |||
| 162 | |||
| 158 | #endif | 163 | #endif |
| 159 | 164 | ||
| 160 | /* | 165 | /* |
