== (1 << THREAD_SHIFT)
== (1 << (PAGE_SHIFT + THREAD_SIZE_ORDER))
== (1 << 14)
== 16KB
Signed-off-by: Min-Hua Chen
---
arch/arc/include/asm/thread_info.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arc/include/asm/t
fy the Kconfig
description. No functional changes intended.
Signed-off-by: Min-Hua Chen
---
arch/arc/Kconfig.debug | 7 ---
arch/arc/include/asm/thread_info.h | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/arch/arc/Kconfig.debug b/arch/arc/Kconfig.debug
Hi,
When I read the arch/arc code, I first found that the
definition of THREAD_SHIFT looks incorrect and the
description of 16KSTACKS looks confusing. I submit
these 2 small patches to address the issue I found.
Min-Hua Chen (2):
ARC: fix incorrect THREAD_SHIFT definition
ARC: rename
THREAD_SHIFT)
== (1 << (PAGE_SHIFT + THREAD_SIZE_ORDER))
== (1 << 14)
== 16KB
Signed-off-by: Min-Hua Chen
---
arch/arc/include/asm/thread_info.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arc/include/asm/thread_info.h
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
n. No functional changes intended.
Signed-off-by: Min-Hua Chen
---
arch/arc/Kconfig.debug | 7 ---
arch/arc/include/asm/thread_info.h | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/arch/arc/Kconfig.debug b/arch/arc/Kconfig.debug
index 45add86decd5..9