OSDN Git Service

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)
commit0f231dcfc664aaafa75a006ee10e55f3ae0c9b3c
tree8a88759271de6d6b727dca73c92bc5df351466a6
parent9216cd7231c12a8c391bb2c904d13695398d3453
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