Skip to content

Commit

Permalink
configure: aarch64 default is to have HW_TIMER set, change config.h c…
Browse files Browse the repository at this point in the history
…omment text to reflect that
  • Loading branch information
tonycurtis committed Dec 3, 2020
1 parent b9ec324 commit eb43c93
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 eb43c93

Please sign in to comment.