
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Bigendian machines
|
|
| Planning Status: |
Unspecified
|
|
Due to different bytes order in lck_long member of union in class Lock, upper bytes (always zero for LCK_page_space locks) are taken into an account on bigendians. This breaks normal operation of page spaces.
|
|
Description
|
Due to different bytes order in lck_long member of union in class Lock, upper bytes (always zero for LCK_page_space locks) are taken into an account on bigendians. This breaks normal operation of page spaces. |
Show » |
|
Therefore lck_length is set to sizeof(long) for this type of lock.