]> git.proxmox.com Git - mirror_edk2.git/commitdiff
moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those functions, it...
authorvprabhal <vprabhal@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Oct 2007 18:52:01 +0000 (18:52 +0000)
committervprabhal <vprabhal@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Oct 2007 18:52:01 +0000 (18:52 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4024 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/BaseLib.h

index 11fcbf26cadfb2510f79b6910fc02ea8d2b30ca9..6bf937743d5aafb2854a345b8bba9170d0a460c1 100644 (file)
@@ -3517,21 +3517,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.
 
@@ -3546,19 +3531,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.