/arch/um/kernel/vmlinux.lds.S

http://github.com/mirrors/linux · Assembly · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · ebdd03df11c7181f5bd7d0566355aa69 MD5 · raw file

  1. KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER);
  2. #ifdef CONFIG_LD_SCRIPT_STATIC
  3. #include "uml.lds.S"
  4. #else
  5. #include "dyn.lds.S"
  6. #endif