powerpc/mm: mark more tlb functions as __always_inline
[linux-2.6-block.git] / arch / powerpc / mm / book3s64 / hash_native.c
index 0b447d96b911246d1e8f59dd3f377027ddd51f53..79e5c814675f17e7ec6ce6436f1a8fa02e94450b 100644 (file)
@@ -60,7 +60,7 @@ static inline void tlbiel_hash_set_isa206(unsigned int set, unsigned int is)
  * tlbiel instruction for hash, set invalidation
  * i.e., r=1 and is=01 or is=10 or is=11
  */
-static inline void tlbiel_hash_set_isa300(unsigned int set, unsigned int is,
+static __always_inline void tlbiel_hash_set_isa300(unsigned int set, unsigned int is,
                                        unsigned int pid,
                                        unsigned int ric, unsigned int prs)
 {