Skip to content

Commit e2eb2b6

Browse files
Anirudh Mathukumillicopybara-github
authored andcommitted
[roll] Roll fuchsia [kernel] Rename ticks_to_mono to ticks_to_time
This CL renames all instances of ticks_to_mono_ratio with ticks_to_time_ratio. This was done for two reasons: 1. The platform timer function is called `timer_get_ticks_time_ratio`. 2. This ratio converts ticks to time (nanoseconds) for both the monotonic and boot timelines, so ticks_to_mono is confusing. Original-Bug: 328306129 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1085832 Original-Revision: a93992320feb0be7364af027ccae6ed9d48a6dda GitOrigin-RevId: d12a7246bc7d6bc93b7e999e348cf56634329314 Change-Id: I58dca87bb852789dfa5d1b9eb41a4d9a98d0638d
1 parent c48713b commit e2eb2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="a2be75f784e977b440649d2a95bba7d5bcf181b5"/>
14+
revision="a93992320feb0be7364af027ccae6ed9d48a6dda"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)