xref: /openbmc/linux/arch/sparc/include/asm/mmu_32.h (revision f15cbe6f1a4b4d9df59142fc8e4abb973302cf44)
1 #ifndef __MMU_H
2 #define __MMU_H
3 
4 /* Default "unsigned long" context */
5 typedef unsigned long mm_context_t;
6 
7 #endif
8