]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r323132-r323133
authorian <ian@FreeBSD.org>
Mon, 11 Sep 2017 22:35:20 +0000 (22:35 +0000)
committerian <ian@FreeBSD.org>
Mon, 11 Sep 2017 22:35:20 +0000 (22:35 +0000)
commit947d3616492cd2e7b3b380885e24b26ec198143c
treebe3c6ee7e67432036cef36bbb0345784e1fd9547
parent5c59dbd3f29b05719aa907818c1d16069202ae91
MFC r323132-r323133

r323132:
The latest RPi firmware leaves secondary cores in a wait-for-event (WFE)
state to save power, so after writing the entry point address for a core to
the mailbox, use a dsb() to synchronize the execution pipeline to the data
written, then use an sev() to wake up the core.

Submitted by: Sylvain Garrigues <sylgar@gmail.com>

r323133:
Change leading spaces to tabs, no functional change.
sys/arm/broadcom/bcm2835/bcm2836_mp.c