blob: 6660c2fcb363c03a7c07b146e4a7ac5cfed0946b [file] [log] [blame]
//------------------------------------------------------------------------------
//
// CpuPause for RISC-V
//
// Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
//------------------------------------------------------------------------------
ASM_GLOBAL ASM_PFX(RiscVCpuPause)
ASM_PFX(RiscVCpuPause):
nop
ret