diff options
Diffstat (limited to 'arch/xtensa/include/asm/mmu.h')
-rw-r--r-- | arch/xtensa/include/asm/mmu.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/xtensa/include/asm/mmu.h b/arch/xtensa/include/asm/mmu.h index 8554b2c8b17a..71afe418d0e5 100644 --- a/arch/xtensa/include/asm/mmu.h +++ b/arch/xtensa/include/asm/mmu.h | |||
@@ -1,11 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | * include/asm-xtensa/mmu.h | ||
3 | * | ||
4 | * This file is subject to the terms and conditions of the GNU General Public | 2 | * This file is subject to the terms and conditions of the GNU General Public |
5 | * License. See the file "COPYING" in the main directory of this archive | 3 | * License. See the file "COPYING" in the main directory of this archive |
6 | * for more details. | 4 | * for more details. |
7 | * | 5 | * |
8 | * Copyright (C) 2001 - 2005 Tensilica Inc. | 6 | * Copyright (C) 2001 - 2013 Tensilica Inc. |
9 | */ | 7 | */ |
10 | 8 | ||
11 | #ifndef _XTENSA_MMU_H | 9 | #ifndef _XTENSA_MMU_H |
@@ -15,8 +13,10 @@ | |||
15 | #include <asm-generic/mmu.h> | 13 | #include <asm-generic/mmu.h> |
16 | #else | 14 | #else |
17 | 15 | ||
18 | /* Default "unsigned long" context */ | 16 | typedef struct { |
19 | typedef unsigned long mm_context_t; | 17 | unsigned long asid[NR_CPUS]; |
18 | unsigned int cpu; | ||
19 | } mm_context_t; | ||
20 | 20 | ||
21 | #endif /* CONFIG_MMU */ | 21 | #endif /* CONFIG_MMU */ |
22 | #endif /* _XTENSA_MMU_H */ | 22 | #endif /* _XTENSA_MMU_H */ |