aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/processor.h
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2021-10-17 18:56:00 +0200
committerHelge Deller <deller@gmx.de>2021-11-01 07:36:00 +0100
commit0760a9157bc93f660256f7014b936c584f3f8fdd (patch)
tree366b0dc41474024eaba250ffac1a4e1e357b23d3 /arch/parisc/include/asm/processor.h
parentparisc: Use PRIV_USER and PRIV_KERNEL in ptrace.h (diff)
downloadlinux-dev-0760a9157bc93f660256f7014b936c584f3f8fdd.tar.xz
linux-dev-0760a9157bc93f660256f7014b936c584f3f8fdd.zip
parisc: Drop ifdef __KERNEL__ from non-uapi kernel headers
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
-rw-r--r--arch/parisc/include/asm/processor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h
index 0d567774f506..95764c3633e4 100644
--- a/arch/parisc/include/asm/processor.h
+++ b/arch/parisc/include/asm/processor.h
@@ -38,16 +38,12 @@
#define DEFAULT_MAP_BASE DEFAULT_MAP_BASE32
#endif
-#ifdef __KERNEL__
-
/* XXX: STACK_TOP actually should be STACK_BOTTOM for parisc.
* prumpf */
#define STACK_TOP TASK_SIZE
#define STACK_TOP_MAX DEFAULT_TASK_SIZE
-#endif
-
#ifndef __ASSEMBLY__
unsigned long calc_max_stack_size(unsigned long stack_max);