Page MenuHomeFreeBSD

[PowerPC] Fix multiple ntp configuration issues
ClosedPublic

Authored by bdragon on Sep 9 2020, 6:16 PM.
Referenced Files
F165225519: D26379.diff
Thu, Aug 6, 11:44 PM
Unknown Object (File)
Mon, Aug 3, 7:32 AM
Unknown Object (File)
Mon, Aug 3, 3:04 AM
Unknown Object (File)
Sun, Aug 2, 2:58 AM
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
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.