Date: Tue, 14 Mar 2023 18:50:33 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 270089] mpr: panic in mpr_complete_command during zpool import Message-ID: <bug-270089-3630-SOm6FAM84r@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270089-3630@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270089 --- Comment #12 from Dan Kotowski <dan.kotowski@a9development.com> --- diff --git a/sys/arm64/arm64/memcpy.S b/sys/arm64/arm64/memcpy.S index d5fbfa64e0fa..d65910a0a0c8 100644 --- a/sys/arm64/arm64/memcpy.S +++ b/sys/arm64/arm64/memcpy.S @@ -132,12 +132,12 @@ L(copy128): stp G_l, G_h, [dstend, -64] stp H_l, H_h, [dstend, -48] L(copy96): + stp C_l, C_h, [dstend, -32] + stp D_l, D_h, [dstend, -16] stp A_l, A_h, [dstin] stp B_l, B_h, [dstin, 16] stp E_l, E_h, [dstin, 32] stp F_l, F_h, [dstin, 48] - stp C_l, C_h, [dstend, -32] - stp D_l, D_h, [dstend, -16] ret .p2align 4 @@ -232,10 +232,10 @@ L(copy64_from_start): stp C_l, C_h, [dstend, -48] ldp C_l, C_h, [src] stp D_l, D_h, [dstend, -64] - stp G_l, G_h, [dstin, 48] - stp A_l, A_h, [dstin, 32] - stp B_l, B_h, [dstin, 16] stp C_l, C_h, [dstin] + stp B_l, B_h, [dstin, 16] + stp A_l, A_h, [dstin, 32] + stp G_l, G_h, [dstin, 48] ret EEND(memmove) END(memcpy) -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270089-3630-SOm6FAM84r>
