Skip to content

Commit

Permalink
Merge pull request #5985 from tonycurtis/aarch64-hw-timer
Browse files Browse the repository at this point in the history
UCS/CONFIGURE: aarch64 default is to have HW_TIMER set, change config.h comment text to reflect that
  • Loading branch information
yosefe authored Dec 6, 2020
2 parents 8212770 + beb1e95 commit 251c382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucs/configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ case ${host} in
);;
*)
# HW timer is supported for all other architectures
AC_DEFINE([HAVE_HW_TIMER], [1], [high-resolution hardware timer disabled])
AC_DEFINE([HAVE_HW_TIMER], [1], [high-resolution hardware timer enabled])
esac

#
Expand Down

0 comments on commit 251c382

Please sign in to comment.