]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add __attribute__((used)) so that the delay implementation doesn't get
authorIan Lepore <ian@FreeBSD.org>
Sun, 2 Mar 2014 21:25:32 +0000 (21:25 +0000)
committerIan Lepore <ian@FreeBSD.org>
Sun, 2 Mar 2014 21:25:32 +0000 (21:25 +0000)
commit45b1c8bbda1a9a980553831679145e8b2f50c6ae
treea1ce1a77cb459a0a3fdbbbea4af7e1ff8d46efd1
parentf5a477a34baa2461a9a42a3ecb4783c04ce9201c
Add __attribute__((used)) so that the delay implementation doesn't get
optimized away as unreferenced, causing linker errors when trying to
resolve the weak reference to the missing function.
sys/arm/arm/mpcore_timer.c