Add extra definitions for existing sections.
diff --git a/sections/cper-section-arm.c b/sections/cper-section-arm.c
index 58e97bf..8590414 100644
--- a/sections/cper-section-arm.c
+++ b/sections/cper-section-arm.c
@@ -50,7 +50,8 @@
if (record->RunningState >> 31)
{
//Bit 32 of running state is on, so PSCI state information is included.
- //todo: Look at how to make this human readable from the ARM PSCI document.
+ //This can't be made human readable, as it is unknown whether this will be the pre-PSCI 1.0 format
+ //or the newer Extended StateID format.
json_object_object_add(section_ir, "psciState", json_object_new_int(record->PsciState));
}