Page MenuHomeFreeBSD

Use dmb() macro instead of having separate implementations of do_sync
ClosedPublic

Authored by stevek on Aug 10 2015, 7:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 28 2024, 10:51 AM
Unknown Object (File)
Feb 28 2024, 9:01 AM
Unknown Object (File)
Dec 22 2023, 8:17 PM
Unknown Object (File)
Apr 8 2023, 10:51 AM
Unknown Object (File)
Mar 22 2023, 6:18 PM
Unknown Object (File)
Apr 11 2017, 1:56 PM
Unknown Object (File)
Jan 11 2017, 7:43 PM
Unknown Object (File)
Jan 1 2017, 5:38 PM
Subscribers

Details

Summary

Instead of having separate do_sync functions for ARM_ARCH 6 vs. ARM_ARCH >= 7, use the dmb() macro defined in machine/atomic.h

Test Plan

Build for ARMv6 (PANDABOARD) and ARMv7 (RPI-2) and boot on boards.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

stevek retitled this revision from to Use dmb() macro instead of having separate implementations of do_sync.
stevek updated this object.
stevek edited the test plan for this revision. (Show Details)
stevek set the repository for this revision to rS FreeBSD src repository - subversion.
imp added a reviewer: imp.

Excellent. One fewer silly ifdef places.

This revision is now accepted and ready to land.Aug 11 2015, 12:52 AM
This revision was automatically updated to reflect the committed changes.