Skip to content

Updates to gpstime/mbuf code to build on 5.10.x kernels.

  • Use the proper version of ioremap for each kernel version.
  • Use a 64bit time call in newer kernels.
  • Only use unlocked ioctls as the interface in the mbuf/gpstime code.
    • the unlocked versions of the code has been in kernel since 2.4 or 2.6. So just drop support for the locked version.

This only deals with mbuf and gpstime drivers. It does not deal with changes that will be needed for the rest of the real time code.

Merge request reports