You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
559 B
26 lines
559 B
4 years ago
|
From 66cf514d43e93ff5258f09c60f1d0734d4c473a2 Mon Sep 17 00:00:00 2001
|
||
|
From: Xiao Ni <xni@redhat.com>
|
||
|
Date: Fri, 29 Nov 2019 17:09:18 +0800
|
||
|
Subject: [RHEL7.8 PATCH V2 1/1] Remove unused code
|
||
|
|
||
|
Signed-off-by: Xiao Ni <xni@redhat.com>
|
||
|
---
|
||
|
platform-intel.h | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/platform-intel.h b/platform-intel.h
|
||
|
index 29c85f1..7cb370e 100644
|
||
|
--- a/platform-intel.h
|
||
|
+++ b/platform-intel.h
|
||
|
@@ -169,7 +169,6 @@ static inline int fls(int x)
|
||
|
r -= 2;
|
||
|
}
|
||
|
if (!(x & 0x80000000u)) {
|
||
|
- x <<= 1;
|
||
|
r -= 1;
|
||
|
}
|
||
|
return r;
|
||
|
--
|
||
|
2.7.5
|
||
|
|