Attn: On TI with recoverable errors call analyzer

While servicing a TI attention handler will check if recoverable
error attentions are present and if so it will call the analyzer.

Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Change-Id: I60f0d32932f678ddee894d9424b16409e60bdbd4
diff --git a/attn/attn_handler.hpp b/attn/attn_handler.hpp
index 41ed409..90e60d5 100644
--- a/attn/attn_handler.hpp
+++ b/attn/attn_handler.hpp
@@ -6,9 +6,10 @@
 {
 
 /** @brief Attention global status bits */
-constexpr uint32_t SBE_ATTN       = 0x00000002;
-constexpr uint32_t CHECKSTOP_ATTN = 0x40000000;
-constexpr uint32_t SPECIAL_ATTN   = 0x20000000;
+constexpr uint32_t SBE_ATTN         = 0x00000002;
+constexpr uint32_t CHECKSTOP_ATTN   = 0x40000000;
+constexpr uint32_t SPECIAL_ATTN     = 0x20000000;
+constexpr uint32_t RECOVERABLE_ATTN = 0x10000000;
 
 // Need to add defaultOpalTiInfo with SRC BB821410 (ascii)