swh:1:snp:c7beb2432b7e93c4cf6ab09cd194c7c1998df2f9
Raw File
Tip revision: 76e10d158efb6d4516018846f60c2ab5501900bc authored by Linus Torvalds on 20 May 2012, 22:29:13 UTC
Linux 3.4
Tip revision: 76e10d1
init.c
#ifdef CONFIG_MMU
#include "init_mm.c"
#else
#include "init_no.c"
#endif
back to top