Re: arm64/disksubr.c

2018-05-28 Thread Dale Rahn
; 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

2018-05-28 Thread Mark Kettenis
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/