Merge tag 'iio-fixes-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / xtensa / include / asm / mmu.h
CommitLineData
9a8fd558 1/*
9a8fd558
CZ
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
f615136c 6 * Copyright (C) 2001 - 2013 Tensilica Inc.
9a8fd558
CZ
7 */
8
9#ifndef _XTENSA_MMU_H
10#define _XTENSA_MMU_H
11
e5083a63 12#ifndef CONFIG_MMU
fb9de7eb 13#include <asm-generic/mmu.h>
e5083a63
JW
14#else
15
f615136c
MF
16typedef struct {
17 unsigned long asid[NR_CPUS];
18 unsigned int cpu;
19} mm_context_t;
9a8fd558 20
e5083a63 21#endif /* CONFIG_MMU */
9a8fd558 22#endif /* _XTENSA_MMU_H */
This page took 0.59807 seconds and 5 git commands to generate.