Blame SOURCES/0003-accel-config-remove-redundant-assignment-in-umwait.patch

0208f8
From dc03a40adfaaded6c3e2d9bb0bff2218b187daae Mon Sep 17 00:00:00 2001
0208f8
From: Jerry Snitselaar <jsnitsel@redhat.com>
0208f8
Date: Mon, 18 Oct 2021 15:47:27 -0700
0208f8
Subject: [PATCH 3/3] accel-config: remove redundant assignment in umwait
0208f8
0208f8
Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
0208f8
---
0208f8
 test/dsa.c | 3 ---
0208f8
 1 file changed, 3 deletions(-)
0208f8
0208f8
diff --git a/test/dsa.c b/test/dsa.c
0208f8
index 5396b1b97d3a..961f5a73990e 100644
0208f8
--- a/test/dsa.c
0208f8
+++ b/test/dsa.c
0208f8
@@ -393,9 +393,6 @@ static inline int umwait(unsigned long timeout, unsigned int state)
0208f8
 	uint32_t timeout_low = (uint32_t)timeout;
0208f8
 	uint32_t timeout_high = (uint32_t)(timeout >> 32);
0208f8
 
0208f8
-	timeout_low = (uint32_t)timeout;
0208f8
-	timeout_high = (uint32_t)(timeout >> 32);
0208f8
-
0208f8
 	asm volatile(".byte 0xf2, 0x48, 0x0f, 0xae, 0xf1\t\n"
0208f8
 		"setc %0\t\n"
0208f8
 		: "=r"(r)
0208f8
-- 
0208f8
2.33.0
0208f8