hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
kernel/lib/raid6/s390vx.uc
....@@ -60,7 +60,7 @@
6060 typedef struct { u8 _[16 * $#]; } addrtype;
6161 register addrtype *__ptr asm("1") = (addrtype *) ptr;
6262
63
- asm volatile ("VLM %2,%3,0,%r1"
63
+ asm volatile ("VLM %2,%3,0,%1"
6464 : : "m" (*__ptr), "a" (__ptr), "i" (x),
6565 "i" (x + $# - 1));
6666 }