added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / include / asm-mn10300 / mmu.h
blob2d2d097e7309d5421e30ac8a79452acf8ec24d34
1 /* MN10300 Memory management context
3 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
5 * - Derived from include/asm-frv/mmu.h
6 */
8 #ifndef _ASM_MMU_H
9 #define _ASM_MMU_H
12 * MMU context
14 typedef struct {
15 unsigned long tlbpid[NR_CPUS]; /* TLB PID for this process on
16 * each CPU */
17 } mm_context_t;
19 #endif /* _ASM_MMU_H */