|
@@ -16,13 +16,13 @@
|
|
#include <linux/stringify.h>
|
|
#include <linux/stringify.h>
|
|
#include <linux/sched.h>
|
|
#include <linux/sched.h>
|
|
|
|
|
|
|
|
+#include <variant/core.h>
|
|
|
|
+
|
|
#include <asm/pgtable.h>
|
|
#include <asm/pgtable.h>
|
|
#include <asm/cacheflush.h>
|
|
#include <asm/cacheflush.h>
|
|
#include <asm/tlbflush.h>
|
|
#include <asm/tlbflush.h>
|
|
#include <asm-generic/mm_hooks.h>
|
|
#include <asm-generic/mm_hooks.h>
|
|
|
|
|
|
-#define XCHAL_MMU_ASID_BITS 8
|
|
|
|
-
|
|
|
|
#if (XCHAL_HAVE_TLBS != 1)
|
|
#if (XCHAL_HAVE_TLBS != 1)
|
|
# error "Linux must have an MMU!"
|
|
# error "Linux must have an MMU!"
|
|
#endif
|
|
#endif
|