From 84cb7667a634f5fbea1f149e7d438683da9b19ea Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Tue, 22 Sep 2009 22:58:47 +0200 Subject: [PATCH] --- yaml --- r: 165345 b: refs/heads/master c: bdd42b28cde0453fb8c3d9b4e4868ca2d8124806 h: refs/heads/master i: 165343: 0304309bde9590405ad8f31f308631e7e48d3c8e v: v3 --- [refs] | 2 +- trunk/arch/s390/include/asm/processor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d43187a2480c..ae1b6a0ed9bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 87458ff4582953d6b3bf45edeac8582849552e69 +refs/heads/master: bdd42b28cde0453fb8c3d9b4e4868ca2d8124806 diff --git a/trunk/arch/s390/include/asm/processor.h b/trunk/arch/s390/include/asm/processor.h index cf8eed3fa779..b42715458312 100644 --- a/trunk/arch/s390/include/asm/processor.h +++ b/trunk/arch/s390/include/asm/processor.h @@ -295,7 +295,7 @@ static inline void ATTRIB_NORET disabled_wait(unsigned long code) " oi 0x384(1),0x10\n"/* fake protection bit */ " lpswe 0(%1)" : "=m" (ctl_buf) - : "a" (&dw_psw), "a" (&ctl_buf), "m" (dw_psw) : "cc", "0"); + : "a" (&dw_psw), "a" (&ctl_buf), "m" (dw_psw) : "cc", "0", "1"); #endif /* __s390x__ */ while (1); }