diff options
author | Gerald Schaefer <gerald.schaefer@de.ibm.com> | 2019-01-29 15:17:11 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2019-02-07 11:56:57 +0100 |
commit | d4192437d75ae4f401aac5d54229756829015e1d (patch) | |
tree | b4ee99db7e5491b6b7297d63dad13e63602c9d5c /arch/s390 | |
parent | ea0ca93d6a306151c43c493cc9fe0b0d221f651a (diff) | |
download | linux-stable-d4192437d75ae4f401aac5d54229756829015e1d.tar.gz linux-stable-d4192437d75ae4f401aac5d54229756829015e1d.tar.bz2 linux-stable-d4192437d75ae4f401aac5d54229756829015e1d.zip |
s390: remove dead code
Remove some dead code from head64.S, which was left over since commit
da292bbe1f62 ("[S390] eliminate ipl_device from lowcore") removed
ipl_device from lowcore.
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/kernel/head64.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/head64.S b/arch/s390/kernel/head64.S index 57bba24b1c27..56491e636eab 100644 --- a/arch/s390/kernel/head64.S +++ b/arch/s390/kernel/head64.S @@ -27,8 +27,6 @@ ENTRY(startup_continue) mvc 0(16,%r1),__LC_BOOT_CLOCK larl %r13,.LPG1 # get base lctlg %c0,%c15,.Lctl-.LPG1(%r13) # load control registers - lg %r12,.Lparmaddr-.LPG1(%r13) # pointer to parameter area - # move IPL device to lowcore larl %r0,boot_vdso_data stg %r0,__LC_VDSO_PER_CPU # |