Fix comments format issue.
Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14934 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -85,7 +85,7 @@ InitializeCpuInterruptHandlers (
|
|||||||
previously installed.
|
previously installed.
|
||||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||||
or this function is not supported.
|
or this function is not supported.
|
||||||
*/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
RegisterCpuInterruptHandler (
|
RegisterCpuInterruptHandler (
|
||||||
|
@ -86,7 +86,7 @@ InitializeCpuInterruptHandlers (
|
|||||||
previously installed.
|
previously installed.
|
||||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||||
or this function is not supported.
|
or this function is not supported.
|
||||||
*/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
RegisterCpuInterruptHandler (
|
RegisterCpuInterruptHandler (
|
||||||
|
@ -115,7 +115,7 @@ FindModuleImageBase (
|
|||||||
/**
|
/**
|
||||||
Display CPU information.
|
Display CPU information.
|
||||||
|
|
||||||
@param InterruptType Exception type.
|
@param ExceptionType Exception type.
|
||||||
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
|
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
@ -155,7 +155,7 @@ InitializeCpuExceptionHandlersWorker (
|
|||||||
previously installed.
|
previously installed.
|
||||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||||
or this function is not supported.
|
or this function is not supported.
|
||||||
*/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
RegisterCpuInterruptHandlerWorker (
|
RegisterCpuInterruptHandlerWorker (
|
||||||
IN EFI_EXCEPTION_TYPE InterruptType,
|
IN EFI_EXCEPTION_TYPE InterruptType,
|
||||||
|
@ -158,7 +158,7 @@ InitializeCpuInterruptHandlers (
|
|||||||
previously installed.
|
previously installed.
|
||||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||||
or this function is not supported.
|
or this function is not supported.
|
||||||
*/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
RegisterCpuInterruptHandler (
|
RegisterCpuInterruptHandler (
|
||||||
|
@ -262,7 +262,7 @@ InitializeCpuExceptionHandlersWorker (
|
|||||||
previously installed.
|
previously installed.
|
||||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||||
or this function is not supported.
|
or this function is not supported.
|
||||||
*/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
RegisterCpuInterruptHandlerWorker (
|
RegisterCpuInterruptHandlerWorker (
|
||||||
IN EFI_EXCEPTION_TYPE InterruptType,
|
IN EFI_EXCEPTION_TYPE InterruptType,
|
||||||
|
@ -99,7 +99,7 @@ ArchRestoreExceptionContext (
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Dump CPU content information.
|
Display CPU information.
|
||||||
|
|
||||||
@param ExceptionType Exception type.
|
@param ExceptionType Exception type.
|
||||||
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
|
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
|
||||||
|
@ -171,7 +171,7 @@ InitializeCpuInterruptHandlers (
|
|||||||
previously installed.
|
previously installed.
|
||||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||||
or this function is not supported.
|
or this function is not supported.
|
||||||
*/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
RegisterCpuInterruptHandler (
|
RegisterCpuInterruptHandler (
|
||||||
|
@ -89,7 +89,7 @@ InitializeCpuInterruptHandlers (
|
|||||||
previously installed.
|
previously installed.
|
||||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||||
or this function is not supported.
|
or this function is not supported.
|
||||||
*/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
RegisterCpuInterruptHandler (
|
RegisterCpuInterruptHandler (
|
||||||
|
@ -103,7 +103,7 @@ ArchRestoreExceptionContext (
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Dump CPU content information.
|
Display CPU information.
|
||||||
|
|
||||||
@param ExceptionType Exception type.
|
@param ExceptionType Exception type.
|
||||||
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
|
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
|
||||||
|
Reference in New Issue
Block a user