summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/setup.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2016-06-07 10:23:07 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2016-06-13 15:58:23 +0200
commit72a9b02d3b55d5ffeb4a00ad99b2c2471ebfa23c (patch)
treeee72a10b0e42ff7dba596f15840a93c81bcd5402 /arch/s390/kernel/setup.c
parentd07a980c1b8d7ac18854bae94a4e7aeabce933b8 (diff)
downloadop-kernel-dev-72a9b02d3b55d5ffeb4a00ad99b2c2471ebfa23c.zip
op-kernel-dev-72a9b02d3b55d5ffeb4a00ad99b2c2471ebfa23c.tar.gz
s390: use __section macro everywhere
Small cleanup patch to use the shorter __section macro everywhere. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/setup.c')
-rw-r--r--arch/s390/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
index 9b4bb9d..00e38f0 100644
--- a/arch/s390/kernel/setup.c
+++ b/arch/s390/kernel/setup.c
@@ -289,7 +289,7 @@ static int __init parse_vmalloc(char *arg)
}
early_param("vmalloc", parse_vmalloc);
-void *restart_stack __attribute__((__section__(".data")));
+void *restart_stack __section(.data);
static void __init setup_lowcore(void)
{
OpenPOWER on IntegriCloud