Page MenuHomeFreeBSD

[PowerPC] Fix multiple ntp configuration issues
ClosedPublic

Authored by bdragon on Sep 9 2020, 6:16 PM.
Referenced Files
Unknown Object (File)
May 20 2026, 2:19 PM
Unknown Object (File)
May 20 2026, 9:15 AM
Unknown Object (File)
May 19 2026, 11:29 AM
Unknown Object (File)
May 16 2026, 11:24 AM
Unknown Object (File)
May 10 2026, 4:17 AM
Unknown Object (File)
May 9 2026, 2:19 AM
Unknown Object (File)
May 8 2026, 2:34 PM
Unknown Object (File)
May 6 2026, 10:49 AM
Subscribers

Details

Summary

While fixing NTP for powerpc64le, I noticed an additional bug in config.h.

  • powerpc time_t is 64 bit, not 32 bit.
  • Add definition for powerpc64le.

Tested on powerpc64 (POWER9 Talos II), powerpc64le (POWER9 Blackbird), and powerpc (G4 PowerBook)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 23 2020, 2:53 AM
This revision was automatically updated to reflect the committed changes.