diff options
author | Michael Holzheu <holzheu@linux.vnet.ibm.com> | 2013-11-13 04:38:27 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-11-15 08:08:41 -0500 |
commit | acf6a004e6a35dad17032e3b7c5a046c29957e65 (patch) | |
tree | 377fb42d62773abbb2bbddecdfff8b8e3eb8f3f8 /arch | |
parent | e657d8fe2faf49ed5d35e2325bd0f1712b8058cd (diff) |
s390/sclp: Move early code from sclp_cmd.c to sclp_early.c
The early SCLP driver code in sclp_cmd.c belongs to sclp_early.c
because it is independent from the 'normal' SCLP driver. So move
it to sclp_early.c
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/include/asm/ctl_reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/ctl_reg.h b/arch/s390/include/asm/ctl_reg.h index 9b69c0befdca..4e63f1a13600 100644 --- a/arch/s390/include/asm/ctl_reg.h +++ b/arch/s390/include/asm/ctl_reg.h | |||
@@ -7,6 +7,8 @@ | |||
7 | #ifndef __ASM_CTL_REG_H | 7 | #ifndef __ASM_CTL_REG_H |
8 | #define __ASM_CTL_REG_H | 8 | #define __ASM_CTL_REG_H |
9 | 9 | ||
10 | #include <linux/bug.h> | ||
11 | |||
10 | #ifdef CONFIG_64BIT | 12 | #ifdef CONFIG_64BIT |
11 | # define __CTL_LOAD "lctlg" | 13 | # define __CTL_LOAD "lctlg" |
12 | # define __CTL_STORE "stctg" | 14 | # define __CTL_STORE "stctg" |