]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[PowerPC] Remove unused openpic_set_priority().
authorBrandon Bergren <bdragon@FreeBSD.org>
Tue, 1 Sep 2020 01:57:56 +0000 (01:57 +0000)
committerBrandon Bergren <bdragon@FreeBSD.org>
Tue, 1 Sep 2020 01:57:56 +0000 (01:57 +0000)
commit3ae3a7a7c00a274cfd992401714448ba2a7be86a
treea5a15f31402c390063a5d8b48c5b92e73889d3d0
parent4cdbb07b3c0e8f92f618ba9dc8227ef42792c86d
[PowerPC] Remove unused openpic_set_priority().

When SMP support for powerpc was added in r178628, the last callers of this
function were removed. All code that needs to manipulate the task priority
just does it directly instead.

Noticed while reading through the lint logs.

Sponsored by: Tag1 Consulting, Inc.
sys/powerpc/powerpc/openpic.c