Skip to content

Commit 549b2df

Browse files
authored
Clean up commented code in cfe_psp_memory.c
Removed commented out documentation for ES BSP memory initialization.
1 parent 76cf4fd commit 549b2df

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

fsw/pc-linux/src/cfe_psp_memory.c

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -693,29 +693,12 @@ void CFE_PSP_SetupReservedMemoryMap(void)
693693

694694
/*
695695
** Populate the memory table.
696-
** On Linux each process has its own address space, so use /proc/self/maps
697-
** to identify mapped and accessible address regions.
696+
** On Linux each process has its own address space, so use /proc/self/maps
697+
** to identify mapped and accessible address regions.
698698
*/
699699
CFE_PSP_InitMemoryTableFromProcMaps();
700700
}
701701

702-
/*
703-
*********************************************************************************
704-
** ES BSP Top Level Reserved memory initialization
705-
*********************************************************************************
706-
*/
707-
708-
/******************************************************************************
709-
**
710-
** Purpose:
711-
** This function performs the top level reserved memory initialization.
712-
**
713-
** Arguments:
714-
** RestartType - Type of restart (POWERON, PROCESSOR, etc.)
715-
**
716-
** Return:
717-
** CFE_PSP_SUCCESS
718-
*/
719702
int32 CFE_PSP_InitProcessorReservedMemory(uint32 RestartType)
720703
{
721704
/*

0 commit comments

Comments
 (0)