UefiCpuPkg/CpuMpPei: Remove un-used AsmCliHltLoop()

Contributed-under: TianoCore Contribution Agreement 1.0
Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Tested-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19347 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Jeff Fan 2015-12-18 03:26:40 +00:00 committed by vanjeff
parent a09647f3fe
commit f63430abd3
5 changed files with 0 additions and 34 deletions

View File

@ -198,16 +198,6 @@ AsmInitializeGdt (
IN IA32_DESCRIPTOR *Gdtr
);
/**
Assembly code to do CLI-HALT loop.
**/
VOID
EFIAPI
AsmCliHltLoop (
VOID
);
/**
Get available system memory below 1MB by specified size.

View File

@ -144,12 +144,6 @@ CProcedureInvoke:
RendezvousFunnelProc ENDP
RendezvousFunnelProcEnd::
AsmCliHltLoop PROC near C PUBLIC
cli
hlt
jmp $-2
AsmCliHltLoop ENDP
;-------------------------------------------------------------------------------------
; AsmGetAddressMap (&AddressMap);
;-------------------------------------------------------------------------------------

View File

@ -132,12 +132,6 @@ CProcedureInvoke:
jmp $ ; never reach here
RendezvousFunnelProcEnd:
global ASM_PFX(AsmCliHltLoop)
ASM_PFX(AsmCliHltLoop):
cli
hlt
jmp $-2
;-------------------------------------------------------------------------------------
; AsmGetAddressMap (&AddressMap);
;-------------------------------------------------------------------------------------

View File

@ -181,12 +181,6 @@ CProcedureInvoke:
RendezvousFunnelProc ENDP
RendezvousFunnelProcEnd::
AsmCliHltLoop PROC
cli
hlt
jmp $-2
AsmCliHltLoop ENDP
;-------------------------------------------------------------------------------------
; AsmGetAddressMap (&AddressMap);
;-------------------------------------------------------------------------------------

View File

@ -175,12 +175,6 @@ CProcedureInvoke:
RendezvousFunnelProcEnd:
global ASM_PFX(AsmCliHltLoop)
ASM_PFX(AsmCliHltLoop):
cli
hlt
jmp $-2
;-------------------------------------------------------------------------------------
; AsmGetAddressMap (&AddressMap);
;-------------------------------------------------------------------------------------