On 17-02-08 04:56, H. Peter Anvin wrote:
Rene Herman wrote:
On 16-02-08 20:01, H. Peter Anvin wrote:
Roel Kluin wrote:
Not entirely sure who to send this to
---
Replace !likely(x) by likely(!x)
Whoa...
Are you sure this is correct?
!likely(x) is equivalent to unlikely(!x)
Not with respe
Rene Herman wrote:
On 16-02-08 20:01, H. Peter Anvin wrote:
Roel Kluin wrote:
Not entirely sure who to send this to
---
Replace !likely(x) by likely(!x)
Whoa...
Are you sure this is correct?
!likely(x) is equivalent to unlikely(!x)
Not with respect to its value I believe? likely(x) == !!(
On 16-02-08 20:01, H. Peter Anvin wrote:
Roel Kluin wrote:
Not entirely sure who to send this to
---
Replace !likely(x) by likely(!x)
Whoa...
Are you sure this is correct?
!likely(x) is equivalent to unlikely(!x)
Not with respect to its value I believe? likely(x) == !!(x), and
unlikely(!x
H. Peter Anvin wrote:
> Roel Kluin wrote:
>> H. Peter Anvin wrote:
>>> Roel Kluin wrote:
Not entirely sure who to send this to
---
Replace !likely(x) by likely(!x)
>>> Whoa...
>>>
>>> Are you sure this is correct?
>>>
>>> !likely(x) is equivalent to unlikely(!x), not the opposite, so
Roel Kluin wrote:
H. Peter Anvin wrote:
Roel Kluin wrote:
Not entirely sure who to send this to
---
Replace !likely(x) by likely(!x)
Whoa...
Are you sure this is correct?
!likely(x) is equivalent to unlikely(!x), not the opposite, so this is a
functional change...
You are right, sorry, Nee
H. Peter Anvin wrote:
> Roel Kluin wrote:
>> Not entirely sure who to send this to
>> ---
>> Replace !likely(x) by likely(!x)
>
> Whoa...
>
> Are you sure this is correct?
>
> !likely(x) is equivalent to unlikely(!x), not the opposite, so this is a
> functional change...
>
> -hpa
>
You are
Roel Kluin wrote:
Not entirely sure who to send this to
---
Replace !likely(x) by likely(!x)
Whoa...
Are you sure this is correct?
!likely(x) is equivalent to unlikely(!x), not the opposite, so this is a
functional change...
-hpa
--
To unsubscribe from this list: send the line "uns
Not entirely sure who to send this to
---
Replace !likely(x) by likely(!x)
Signed-off-by: Roel Kluin <[EMAIL PROTECTED]>
---
diff --git a/kernel/exit.c b/kernel/exit.c
index 506a957..df207fc 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -1497,7 +1497,7 @@ repeat:
8 matches
Mail list logo