diff options
author | Haibo Xu <haibo.xu@arm.com> | 2019-08-22 09:01:47 +0000 |
---|---|---|
committer | Haibo Xu <haibo.xu@arm.com> | 2019-09-24 06:42:26 +0000 |
commit | 2db866c45f44f302d666172aceaad92901db14af (patch) | |
tree | f6949f52098933d41f3175d7127be9118c4ce792 /pkg/sleep/commit_asm.go | |
parent | d5b3dd7cb4360a9772c26ddb1a8e8b43d33f9f94 (diff) |
Enable pkg/sleep support on arm64.
Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Change-Id: I9071e698c1f222e0fdf3b567ec4cbd97f0a8dde9
Diffstat (limited to 'pkg/sleep/commit_asm.go')
-rw-r--r-- | pkg/sleep/commit_asm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sleep/commit_asm.go b/pkg/sleep/commit_asm.go index 35e2cc337..75728a97d 100644 --- a/pkg/sleep/commit_asm.go +++ b/pkg/sleep/commit_asm.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build amd64 +// +build amd64 arm64 package sleep |