Age | Commit message (Collapse) | Author |
|
This really isn't supported at this point. GEM's been in the kernel for
a year, and the fake bufmgr never really worked.
|
|
|
|
|
|
|
|
|
|
|
|
The padding was there to indicate the amount of space left from the
number of expected bytes in the struct minus allocated bits. But
uint bitfields get packed so that they don't cross uint boundaries, and we
ended up allocating an extra dword to hold the pad field!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Thomas Hellström for pointing this out.
|
|
|
|
|
|
Reorder STOREs in such a way that they appear after the last FETCH.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Helps debuging with rbug
|
|
|
|
|
|
|
|
|
|
|
|
Bug #24984.
|
|
|
|
Prevents a null pointer deference later on.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|