repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parisc: move pdc_result to real2.S
[linux-2.6.git]
/
include
/
asm-parisc
/
mmu.h
blob
6a310cf8b734dcd5183f6f5dde2938f60bbe95a9
1
#ifndef _PARISC_MMU_H_
2
#define _PARISC_MMU_H_
3
4
/* On parisc, we store the space id here */
5
typedef
unsigned long
mm_context_t
;
6
7
#endif
/* _PARISC_MMU_H_ */