Age | Commit message (Collapse) | Author |
|
|
|
The instruction was encoded as a load instead of the intended store.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
params.
|
|
This function doesn't actually provide a memory barrier (I don't think they're
implemented) and instead just returns.
|
|
This implementation does what it's supposed to (I think), but it's not atomic
and doesn't have memory barriers like the kernel's version.
|
|
|
|
|
|
|
|
|
|
|