init.c 73 B

123456
  1. #ifdef CONFIG_MMU
  2. #include "init_mm.c"
  3. #else
  4. #include "init_no.c"
  5. #endif