Blame view

arch/um/kernel/vmlinux.lds.S 149 Bytes
51b563fc9   Sam Ravnborg   arm, cris, mips, ...
1
2
  
  KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER);
03f81dc50   Al Viro   [PATCH] uml: incl...
3
4
5
6
7
  #ifdef CONFIG_LD_SCRIPT_STATIC
  #include "uml.lds.S"
  #else
  #include "dyn.lds.S"
  #endif