Page MenuHomeFreeBSD

generic_timer Allow code to be compiled in even if device isn't present
ClosedPublic

Authored by manu on May 14 2016, 2:21 PM.
Tags
Referenced Files
Unknown Object (File)
Tue, Apr 30, 10:36 PM
Unknown Object (File)
Tue, Apr 30, 10:36 PM
Unknown Object (File)
Tue, Apr 30, 9:49 PM
Unknown Object (File)
Tue, Apr 30, 9:49 PM
Unknown Object (File)
Tue, Apr 30, 8:16 PM
Unknown Object (File)
Tue, Apr 30, 7:47 PM
Unknown Object (File)
Mar 17 2024, 9:15 AM
Unknown Object (File)
Mar 17 2024, 8:53 AM
Subscribers

Details

Summary

The generic_timer code assume that the device is present, this allow code to be compiled in even if it's not.

Test Plan

Tested on A20 (generic timer) and A10 (no generic timer)

Diff Detail

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

Event Timeline

manu retitled this revision from to generic_timer Allow code to be compiled in even if device isn't present.
manu updated this object.
manu edited the test plan for this revision. (Show Details)
manu added a reviewer: ARM.
manu set the repository for this revision to rS FreeBSD src repository - subversion.
manu added a project: ARM.
sys/arm/arm/generic_timer.c
217 ↗(On Diff #16335)

!= NULL

manu marked an inline comment as done.May 14 2016, 6:27 PM
andrew added a reviewer: andrew.
This revision is now accepted and ready to land.May 14 2016, 8:35 PM
This revision was automatically updated to reflect the committed changes.