mmu.h 156 B

1234567
  1. #ifndef _PARISC_MMU_H_
  2. #define _PARISC_MMU_H_
  3. /* On parisc, we store the space id here */
  4. typedef unsigned long mm_context_t;
  5. #endif /* _PARISC_MMU_H_ */