summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorvprabhal <vprabhal@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-05 18:52:01 +0000
committervprabhal <vprabhal@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-05 18:52:01 +0000
commit1c4a7f9456627c1b6358d2515e4dc1d8af89da1c (patch)
tree5e251a05df405baa610a10db0603156f644e31a6 /MdePkg
parent3e0ada4914d9f5f749cc90f47d8c2ae37d67c07d (diff)
downloadedk2-1c4a7f9456627c1b6358d2515e4dc1d8af89da1c.tar.gz
edk2-1c4a7f9456627c1b6358d2515e4dc1d8af89da1c.tar.bz2
edk2-1c4a7f9456627c1b6358d2515e4dc1d8af89da1c.zip
moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those functions, it is creating circular dependency if those functions are in BaseLib and the PalCallStatic is replaced with PalCall
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4024 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/BaseLib.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h
index 11fcbf26ca..6bf937743d 100644
--- a/MdePkg/Include/Library/BaseLib.h
+++ b/MdePkg/Include/Library/BaseLib.h
@@ -3518,21 +3518,6 @@ SetInterruptState (
/**
- Places the CPU in a sleep state until an interrupt is received.
-
- Places the CPU in a sleep state until an interrupt is received. If interrupts
- are disabled prior to calling this function, then the CPU will be placed in a
- sleep state indefinitely.
-
-**/
-VOID
-EFIAPI
-CpuSleep (
- VOID
- );
-
-
-/**
Requests CPU to pause for a short period of time.
Requests CPU to pause for a short period of time. Typically used in MP
@@ -3547,19 +3532,6 @@ CpuPause (
/**
- Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
-
- Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
-
-**/
-VOID
-EFIAPI
-CpuFlushTlb (
- VOID
- );
-
-
-/**
Transfers control to a function starting with a new stack.
Transfers control to the function specified by EntryPoint using the