diff options
author | Michael Holzheu <holzheu@linux.vnet.ibm.com> | 2012-04-11 14:28:06 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-04-11 14:28:24 +0200 |
commit | b785e0d06ac551f80204742682be3218158234d1 (patch) | |
tree | e0128220a97d1e7478c5ae695062ecd18b3a738b /arch/s390/include/asm | |
parent | dae1df42f544ce3969d437dfa835169210593240 (diff) | |
download | blackbird-op-linux-b785e0d06ac551f80204742682be3218158234d1.tar.gz blackbird-op-linux-b785e0d06ac551f80204742682be3218158234d1.zip |
[S390] kernel: Use local_irq_save() for memcpy_real()
Currently in the memcpy_real() function interrupts are disabled with
__arch_local_irq_stnsm(). In order to notify lockdep that interrupts
are disabled, with this patch local_irq_save() is used instead. The
function __arch_local_irq_stnsm() is still used for switching to
real mode.
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/s390/include/asm')
0 files changed, 0 insertions, 0 deletions