Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.1-rc4 7 lines 164 B view raw
1#ifndef __ALPHA_MMU_H 2#define __ALPHA_MMU_H 3 4/* The alpha MMU context is one "unsigned long" bitmap per CPU */ 5typedef unsigned long mm_context_t[NR_CPUS]; 6 7#endif