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

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