diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-03-11 11:59:25 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-03-11 11:59:27 -0400 |
commit | 7e180bd8020d213bb0de15c3606968f8a9262439 (patch) | |
tree | d9c15fa4c129b723f80cc46cd87cbcb12eb77c7b /arch/s390/kernel/entry.S | |
parent | 4fdf7f432cc5db9531c03b9689b36a6395935fbc (diff) |
[S390] rename lowcore field
The 16 bit value at the lowcore location with offset 0x84 is the
cpu address that is associated with an external interrupt. Rename
the field from cpu_addr to ext_cpu_addr to make that clear.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/entry.S')
-rw-r--r-- | arch/s390/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/entry.S b/arch/s390/kernel/entry.S index 3705700ed374..5f437b830da5 100644 --- a/arch/s390/kernel/entry.S +++ b/arch/s390/kernel/entry.S | |||
@@ -606,7 +606,7 @@ ext_skip: | |||
606 | stm %r8,%r9,__PT_PSW(%r11) | 606 | stm %r8,%r9,__PT_PSW(%r11) |
607 | TRACE_IRQS_OFF | 607 | TRACE_IRQS_OFF |
608 | lr %r2,%r11 # pass pointer to pt_regs | 608 | lr %r2,%r11 # pass pointer to pt_regs |
609 | l %r3,__LC_CPU_ADDRESS # get cpu address + interruption code | 609 | l %r3,__LC_EXT_CPU_ADDR # get cpu address + interruption code |
610 | l %r4,__LC_EXT_PARAMS # get external parameters | 610 | l %r4,__LC_EXT_PARAMS # get external parameters |
611 | l %r1,BASED(.Ldo_extint) | 611 | l %r1,BASED(.Ldo_extint) |
612 | basr %r14,%r1 # call do_extint | 612 | basr %r14,%r1 # call do_extint |