repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git]
/
arch
/
mips
/
include
/
asm
/
mmu.h
blob
c436138945a84dca9f1f311e54a801090c396853
1
#ifndef __ASM_MMU_H
2
#define __ASM_MMU_H
3
4
typedef
struct
{
5
unsigned long
asid
[
NR_CPUS
];
6
void
*
vdso
;
7
}
mm_context_t
;
8
9
#endif
/* __ASM_MMU_H */