mirror of https://github.com/acidanthera/audk.git
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:
parent
a09647f3fe
commit
f63430abd3
|
@ -198,16 +198,6 @@ AsmInitializeGdt (
|
||||||
IN IA32_DESCRIPTOR *Gdtr
|
IN IA32_DESCRIPTOR *Gdtr
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
|
||||||
Assembly code to do CLI-HALT loop.
|
|
||||||
|
|
||||||
**/
|
|
||||||
VOID
|
|
||||||
EFIAPI
|
|
||||||
AsmCliHltLoop (
|
|
||||||
VOID
|
|
||||||
);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Get available system memory below 1MB by specified size.
|
Get available system memory below 1MB by specified size.
|
||||||
|
|
||||||
|
|
|
@ -144,12 +144,6 @@ CProcedureInvoke:
|
||||||
RendezvousFunnelProc ENDP
|
RendezvousFunnelProc ENDP
|
||||||
RendezvousFunnelProcEnd::
|
RendezvousFunnelProcEnd::
|
||||||
|
|
||||||
AsmCliHltLoop PROC near C PUBLIC
|
|
||||||
cli
|
|
||||||
hlt
|
|
||||||
jmp $-2
|
|
||||||
AsmCliHltLoop ENDP
|
|
||||||
|
|
||||||
;-------------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------------
|
||||||
; AsmGetAddressMap (&AddressMap);
|
; AsmGetAddressMap (&AddressMap);
|
||||||
;-------------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------------
|
||||||
|
|
|
@ -132,12 +132,6 @@ CProcedureInvoke:
|
||||||
jmp $ ; never reach here
|
jmp $ ; never reach here
|
||||||
RendezvousFunnelProcEnd:
|
RendezvousFunnelProcEnd:
|
||||||
|
|
||||||
global ASM_PFX(AsmCliHltLoop)
|
|
||||||
ASM_PFX(AsmCliHltLoop):
|
|
||||||
cli
|
|
||||||
hlt
|
|
||||||
jmp $-2
|
|
||||||
|
|
||||||
;-------------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------------
|
||||||
; AsmGetAddressMap (&AddressMap);
|
; AsmGetAddressMap (&AddressMap);
|
||||||
;-------------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------------
|
||||||
|
|
|
@ -181,12 +181,6 @@ CProcedureInvoke:
|
||||||
RendezvousFunnelProc ENDP
|
RendezvousFunnelProc ENDP
|
||||||
RendezvousFunnelProcEnd::
|
RendezvousFunnelProcEnd::
|
||||||
|
|
||||||
AsmCliHltLoop PROC
|
|
||||||
cli
|
|
||||||
hlt
|
|
||||||
jmp $-2
|
|
||||||
AsmCliHltLoop ENDP
|
|
||||||
|
|
||||||
;-------------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------------
|
||||||
; AsmGetAddressMap (&AddressMap);
|
; AsmGetAddressMap (&AddressMap);
|
||||||
;-------------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------------
|
||||||
|
|
|
@ -175,12 +175,6 @@ CProcedureInvoke:
|
||||||
|
|
||||||
RendezvousFunnelProcEnd:
|
RendezvousFunnelProcEnd:
|
||||||
|
|
||||||
global ASM_PFX(AsmCliHltLoop)
|
|
||||||
ASM_PFX(AsmCliHltLoop):
|
|
||||||
cli
|
|
||||||
hlt
|
|
||||||
jmp $-2
|
|
||||||
|
|
||||||
;-------------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------------
|
||||||
; AsmGetAddressMap (&AddressMap);
|
; AsmGetAddressMap (&AddressMap);
|
||||||
;-------------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue