]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseLib/Ia32/CpuPause.S
Import some basic libraries instances for Mde Packages.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuPause.S
CommitLineData
e1f414b6 1//\r
2// Include common header file for this module.\r
3//\r
4#include "CommonHeader.h"\r
5\r
6#------------------------------------------------------------------------------ ;\r
7# Copyright (c) 2006, Intel Corporation\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16# Module Name:\r
17#\r
18# CpuPause.Asm\r
19#\r
20# Abstract:\r
21#\r
22# CpuPause function\r
23#\r
24# Notes:\r
25#\r
26#------------------------------------------------------------------------------\r
27\r
28.globl ASM_PFX(CpuPause)\r
29\r
30#------------------------------------------------------------------------------\r
31# VOID\r
32# EFIAPI\r
33# CpuPause (\r
34# VOID\r
35# );\r
36#------------------------------------------------------------------------------\r
37ASM_PFX(CpuPause):\r
38 pause\r
39 ret\r