|
@@ -20,6 +20,8 @@
|
|
#include <asm/pgalloc.h>
|
|
#include <asm/pgalloc.h>
|
|
#include <asm/tlbflush.h>
|
|
#include <asm/tlbflush.h>
|
|
|
|
|
|
|
|
+#ifdef CONFIG_MMU
|
|
|
|
+
|
|
#ifdef CONFIG_HAVE_RCU_TABLE_FREE
|
|
#ifdef CONFIG_HAVE_RCU_TABLE_FREE
|
|
/*
|
|
/*
|
|
* Semi RCU freeing of the page directories.
|
|
* Semi RCU freeing of the page directories.
|
|
@@ -310,6 +312,8 @@ static inline void tlb_remove_check_page_size_change(struct mmu_gather *tlb,
|
|
#endif
|
|
#endif
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#endif /* CONFIG_MMU */
|
|
|
|
+
|
|
#define tlb_migrate_finish(mm) do {} while (0)
|
|
#define tlb_migrate_finish(mm) do {} while (0)
|
|
|
|
|
|
#endif /* _ASM_GENERIC__TLB_H */
|
|
#endif /* _ASM_GENERIC__TLB_H */
|