PageRenderTime 27ms CodeModel.GetById 20ms app.highlight 5ms RepoModel.GetById 1ms app.codeStats 0ms

/arch/sparc/include/asm/mmu_32.h

https://bitbucket.org/cresqo/cm7-p500-kernel
C Header | 7 lines | 4 code | 2 blank | 1 comment | 0 complexity | 4283e2e6aee57db1975e80478f3af27b MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1#ifndef __MMU_H
2#define __MMU_H
3
4/* Default "unsigned long" context */
5typedef unsigned long mm_context_t;
6
7#endif