mirror of https://github.com/acidanthera/audk.git
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:
parent
8d84dbe985
commit
3f25e6eab9
|
@ -85,7 +85,7 @@ InitializeCpuInterruptHandlers (
|
|||
previously installed.
|
||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||
or this function is not supported.
|
||||
*/
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
RegisterCpuInterruptHandler (
|
||||
|
|
|
@ -86,7 +86,7 @@ InitializeCpuInterruptHandlers (
|
|||
previously installed.
|
||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||
or this function is not supported.
|
||||
*/
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
RegisterCpuInterruptHandler (
|
||||
|
|
|
@ -115,7 +115,7 @@ FindModuleImageBase (
|
|||
/**
|
||||
Display CPU information.
|
||||
|
||||
@param InterruptType Exception type.
|
||||
@param ExceptionType Exception type.
|
||||
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
|
||||
**/
|
||||
VOID
|
||||
|
@ -155,7 +155,7 @@ InitializeCpuExceptionHandlersWorker (
|
|||
previously installed.
|
||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||
or this function is not supported.
|
||||
*/
|
||||
**/
|
||||
EFI_STATUS
|
||||
RegisterCpuInterruptHandlerWorker (
|
||||
IN EFI_EXCEPTION_TYPE InterruptType,
|
||||
|
|
|
@ -158,7 +158,7 @@ InitializeCpuInterruptHandlers (
|
|||
previously installed.
|
||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||
or this function is not supported.
|
||||
*/
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
RegisterCpuInterruptHandler (
|
||||
|
|
|
@ -262,7 +262,7 @@ InitializeCpuExceptionHandlersWorker (
|
|||
previously installed.
|
||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||
or this function is not supported.
|
||||
*/
|
||||
**/
|
||||
EFI_STATUS
|
||||
RegisterCpuInterruptHandlerWorker (
|
||||
IN EFI_EXCEPTION_TYPE InterruptType,
|
||||
|
|
|
@ -99,7 +99,7 @@ ArchRestoreExceptionContext (
|
|||
}
|
||||
|
||||
/**
|
||||
Dump CPU content information.
|
||||
Display CPU information.
|
||||
|
||||
@param ExceptionType Exception type.
|
||||
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
|
||||
|
|
|
@ -171,7 +171,7 @@ InitializeCpuInterruptHandlers (
|
|||
previously installed.
|
||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||
or this function is not supported.
|
||||
*/
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
RegisterCpuInterruptHandler (
|
||||
|
|
|
@ -89,7 +89,7 @@ InitializeCpuInterruptHandlers (
|
|||
previously installed.
|
||||
@retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported,
|
||||
or this function is not supported.
|
||||
*/
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
RegisterCpuInterruptHandler (
|
||||
|
|
|
@ -103,7 +103,7 @@ ArchRestoreExceptionContext (
|
|||
}
|
||||
|
||||
/**
|
||||
Dump CPU content information.
|
||||
Display CPU information.
|
||||
|
||||
@param ExceptionType Exception type.
|
||||
@param SystemContext Pointer to EFI_SYSTEM_CONTEXT.
|
||||
|
|
Loading…
Reference in New Issue