[EMAIL PROTECTED] wrote on 12/31/2006 01:22:03 PM:
> On Sun, Dec 31, 2006 at 01:31:43AM -0500, Chuck Ebbert wrote:
> > In-Reply-To: <[EMAIL PROTECTED]>
> >
> > On Thu, 28 Dec 2006 11:39:25 +0100, Martin Schwidefsky wrote:
> >
> > > @@ -881,10 +880,18 @@ static void cio_reset_pgm_check_handler(
> >
On Sun, Dec 31, 2006 at 01:31:43AM -0500, Chuck Ebbert wrote:
> In-Reply-To: <[EMAIL PROTECTED]>
>
> On Thu, 28 Dec 2006 11:39:25 +0100, Martin Schwidefsky wrote:
>
> > @@ -881,10 +880,18 @@ static void cio_reset_pgm_check_handler(
> > static int stsch_reset(struct subchannel_id schid, volatile
On Sun, 2006-12-31 at 01:31 -0500, Chuck Ebbert wrote:
> > @@ -881,10 +880,18 @@ static void cio_reset_pgm_check_handler(
> > static int stsch_reset(struct subchannel_id schid, volatile struct schib
> > *addr)
> > {
> > int rc;
> > + register struct subchannel_id reg1 asm ("1") = schid
In-Reply-To: <[EMAIL PROTECTED]>
On Thu, 28 Dec 2006 11:39:25 +0100, Martin Schwidefsky wrote:
> @@ -881,10 +880,18 @@ static void cio_reset_pgm_check_handler(
> static int stsch_reset(struct subchannel_id schid, volatile struct schib
> *addr)
> {
> int rc;
> + register struct subcha
From: Michael Holzheu <[EMAIL PROTECTED]>
[S390] cio: fix stsch_reset.
Copy inline assembly of stsch and add "memory" to clobber list in order
to prevent gcc from optimizing away the checking of the global variable
"pgm_check_occured".
Signed-off-by: Michael Holzheu
5 matches
Mail list logo