Re: [PATCH] zipl: Do not use larl for 31 bit code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Mike,

On Mon, 2011-12-05 at 10:44 -0500, Mike Frysinger wrote:
> On Monday 05 December 2011 09:19:39 Michael Holzheu wrote:
> > Hi Mike,
> > 
> > You reported a zipl build problem for 31 bit:
> > http://marc.info/?l=linux-s390&m=132307473025493&w=2
> > 
> > The following patch (for s390-tools-1.15.0) should fix this problem:
> 
> it fixes most of them, but seems there's still one left :)

Ok, try this one:
---
 zipl/boot/tapedump.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/zipl/boot/tapedump.S
+++ b/zipl/boot/tapedump.S
@@ -532,7 +532,7 @@ _dump_mem_32:
         # Cartridge full
 
         la    %r2,EMEM
-        larl  %r14,_panik_32
+        l     %r14,.Lpanik_32-0b(%r13)
         basr  %r14,%r14
 
 1:      # All memory written



--
To unsubscribe from this list: send the line "unsubscribe linux-s390" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Kernel Development]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Info]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Linux Media]     [Device Mapper]

  Powered by Linux