summaryrefslogtreecommitdiffstats
path: root/src/import/generic/procedures/xml/error_info/generic_error.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/generic/procedures/xml/error_info/generic_error.xml')
-rw-r--r--src/import/generic/procedures/xml/error_info/generic_error.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/src/import/generic/procedures/xml/error_info/generic_error.xml b/src/import/generic/procedures/xml/error_info/generic_error.xml
index aaa8edd2b..7b3f1e894 100644
--- a/src/import/generic/procedures/xml/error_info/generic_error.xml
+++ b/src/import/generic/procedures/xml/error_info/generic_error.xml
@@ -38,21 +38,15 @@
<hwpErrors>
<hwpError>
- <rc>RC_MSS_BAD_FREQ_CALCULATED</rc>
+ <rc>RC_MSS_DIVIDE_BY_ZERO</rc>
<description>
- No frequency found for MC Either bad mrw attribute or no DIMMS installed?
- Should be a code bug if we get here
+ Attempt to divide by zero
</description>
- <ffdc>MSS_FREQ</ffdc>
- <ffdc>SUPPORTED_FREQ_0</ffdc>
- <ffdc>SUPPORTED_FREQ_1</ffdc>
- <ffdc>SUPPORTED_FREQ_2</ffdc>
- <ffdc>SUPPORTED_FREQ_3</ffdc>
- <ffdc>TARGET</ffdc>
- <ffdc>PROC_TYPE</ffdc>
+ <ffdc>DIVISOR</ffdc>
+ <ffdc>DIVIDEND</ffdc>
<callout>
<procedure>CODE</procedure>
- <priority>HIGH</priority>
+ <priority>LOW</priority>
</callout>
</hwpError>
OpenPOWER on IntegriCloud