taglinefilesource code
user_stack63kernel/sched.clong user_stack [ PAGE_SIZE>>2 ] ;
user_stack68kernel/sched.c} stack_start = { & user_stack [PAGE_SIZE>>2] , 0x10 };
user_stack267zBoot/misc.clong user_stack [STACK_SIZE];
user_stack272zBoot/misc.c} stack_start = { & user_stack [STACK_SIZE] , 0x10 };