Magellan Linux

Contents of /alx-src/tags/kernel26-2.6.12-alx-r9/include/asm-alpha/mmu.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 630 - (show annotations) (download)
Wed Mar 4 11:03:09 2009 UTC (15 years, 6 months ago) by niro
File MIME type: text/plain
File size: 164 byte(s)
Tag kernel26-2.6.12-alx-r9
1 #ifndef __ALPHA_MMU_H
2 #define __ALPHA_MMU_H
3
4 /* The alpha MMU context is one "unsigned long" bitmap per CPU */
5 typedef unsigned long mm_context_t[NR_CPUS];
6
7 #endif