Re: arm64/disksubr.c
; ok? > > > Index: arch/arm64/arm64/disksubr.c > === > RCS file: /cvs/src/sys/arch/arm64/arm64/disksubr.c,v > retrieving revision 1.2 > diff -u -p -r1.2 disksubr.c > --- arch/arm64/arm64/disksubr.c 28
arm64/disksubr.c
This has a hand-rolled readdisksector. Replace it with a function call like we do on other architectures. Also remove an include that isn't needed and isn't present on other architectures. ok? Index: arch/arm64/arm64/