CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/05/28 13:33:54
Modified files: sys/arch/arm64/arm64: disksubr.c Log message: Call readdisksector() instead of rolling our own. Drop <sys/systm.h> include. Reduces the diffs to the amd64/i386 version of this code. ok drahn@