mbox series

[RESEND,0/2] ARC: fix THREAD_SHIFT and rename 16KSTACKS

Message ID 20230525160813.39408-1-minhuadotchen@gmail.com
Headers show
Series ARC: fix THREAD_SHIFT and rename 16KSTACKS | expand

Message

Min-Hua Chen May 25, 2023, 4:08 p.m. UTC
Hi,

When I read the arch/arc code, I first noticed that the
definition of THREAD_SHIFT looks incorrect and the
description of 16KSTACKS looks confusing because there are
multiple definitions of PAGE_SHIFT. So I submit
these patches to address the issues I found.


Min-Hua Chen (2):
  ARC: fix incorrect THREAD_SHIFT definition
  ARC: rename 16KSTACKS to DEBUG_STACKS

 arch/arc/Kconfig.debug             | 7 ++++---
 arch/arc/include/asm/thread_info.h | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)