A bit of code hygiene (no functional changes).
Hide unused code under #ifdef notyet (in one case the only caller is under
that same ifdef), or if it is arm (not arm64) specific code under the
arm ifdef to not yield -Wunused-function warnings during the arm64
kernel compile.
MFC after: 2 weeks