lkml.org 
[lkml]   [2013]   [Nov]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [tip:x86/asm] x86, bitops: Change bitops to be native operand size
From
Date
On Tue, 2013-07-16 at 18:15 -0700, tip-bot for H. Peter Anvin wrote:
> Commit-ID: 9b710506a03b01a9fdd83962912bc9d8237b82e8
[]
> x86, bitops: Change bitops to be native operand size
>
> Change the bitops operation to be naturally "long", i.e. 63 bits on
> the 64-bit kernel. Additional bugs are likely to crop up in the
> future.

> We already have bugs which machines with > 16 TiB of memory in a
> single node, as can happen if memory is interleaved. The x86 bitop
> operations take a signed index, so using an unsigned type is not an
> option.

I think it odd that any bitop index nr should be
anything other than unsigned long for any arch.

Why should this arch be any different than the
defined type in Documentation/atomic_ops.txt?

What value is a negative index when the bitmap
array address passed is the starting 0th bit?

btw: asm-generic/bitops.h doesn't match
Documentation/atomic_ops.txt either.




\
 
 \ /
  Last update: 2013-11-10 22:21    [W:0.082 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site