Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make membar_consumer() a plain compiler barrier in kernel on octeon. | 2020-07-08 | 1 | -1/+2 | |
| | | | | | | | | | | | The processor does not perform speculative reads and only one of its execution pipes should issue memory accesses. As a result, loads should happen in the correct order without barrier instructions. Tested on CN5020, CN6120, CN7130 and CN7360. This diff has been in use on the octeon-based mips64 bulk build cluster for several months. Also tested in snaps for a while. | ||||
* | Override membar_producer() for octeon. | 2018-01-08 | 1 | -2/+43 | |
| | | | | OK dlg@ | ||||
* | Initial revision | 2010-09-20 | 1 | -0/+3 | |