summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c')
-rw-r--r--MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c17
1 files changed, 2 insertions, 15 deletions
diff --git a/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c b/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c
index 3542cf6921..0080022b94 100644
--- a/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c
+++ b/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c
@@ -6,6 +6,8 @@
**/
+#include <Library/CpuLib.h>
+
/**
Places the CPU in a sleep state until an interrupt is received.
@@ -35,18 +37,3 @@ CpuFlushTlb (
)
{
}
-
-/**
- Determine if the standard CPU signature is "AuthenticAMD".
-
- @retval TRUE The CPU signature matches.
- @retval FALSE The CPU signature does not match.
-**/
-BOOLEAN
-EFIAPI
-StandardSignatureIsAuthenticAMD (
- VOID
- )
-{
- return FALSE;
-}