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)
Fri, Jul 10, 11:41 PM
Unknown Object (File)
Sat, Jul 4, 4:38 AM
Unknown Object (File)
Fri, Jul 3, 6:07 AM
Unknown Object (File)
Fri, Jul 3, 5:40 AM
Unknown Object (File)
Wed, Jul 1, 7:40 AM
Unknown Object (File)
Tue, Jun 30, 11:25 PM
Unknown Object (File)
Sun, Jun 28, 2:25 AM
Unknown Object (File)
Jun 15 2026, 3:32 AM
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.