K 10 svn:author V 2 bz K 8 svn:date V 27 2019-06-10T23:25:40.269029Z K 7 svn:log V 300 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 END