- Notifications
You must be signed in to change notification settings - Fork5
Commit8496c6c
committed
Use 4-byte slock_t on both PPC and PPC64.
Previously we defined slock_t as 8 bytes on PPC64, but the TAS assemblycode uses word-wide operations regardless, so that the second word wasjust wasted space. There doesn't appear to be any performance benefitin adding the second word, so get rid of it to simplify the code.1 parent5cfa8dd commit8496c6c
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
357 |
| - | |
358 |
| - | |
359 |
| - | |
360 | 357 |
| |
361 |
| - | |
362 | 358 |
| |
363 | 359 |
| |
| 360 | + | |
364 | 361 |
| |
365 | 362 |
| |
366 | 363 |
| |
|
0 commit comments
Comments
(0)