]> git.baikalelectronics.ru Git - kernel.git/commit
csky: coding convention: Use task_stack_page
authorGuo Ren <ren_guo@c-sky.com>
Thu, 24 Jan 2019 14:43:58 +0000 (22:43 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Wed, 13 Feb 2019 01:48:14 +0000 (09:48 +0800)
commit2dbf18818fcd58811e3db7e46f27313decd3e001
tree8a88759271de6d6b727dca73c92bc5df351466a6
parentc51174f7655419f2ead0a7e25cfee66a294d3198
csky: coding convention: Use task_stack_page

Use task_stack_page instead of p->stack to get stack. Follow the coding
convention style. Also for init_stack, the same with other archs.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
arch/csky/include/asm/processor.h
arch/csky/kernel/smp.c