File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff 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- */
719702int32 CFE_PSP_InitProcessorReservedMemory (uint32 RestartType )
720703{
721704 /*
You can’t perform that action at this time.
0 commit comments