]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IA64-SGI] Remove SN SAL error handling feature bit that is no longer needed
authorRuss Anderson <rja@efs.americas.sgi.com>
Wed, 10 May 2006 16:09:01 +0000 (11:09 -0500)
committerTony Luck <tony.luck@intel.com>
Wed, 21 Jun 2006 21:39:41 +0000 (14:39 -0700)
Due to improvements in linux & SAL MCA handling, the
SAL_ERR_FEAT_MCA_SLV_TO_OS_INIT_SLV error handling features bit
is no longer needed.

Signed-off-by: Russ Anderson (rja@sgi.com)
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/sn/sn_sal.h

index 8c865e43f609ac1dfe2f5464ac7fd6e1edce8d43..cd490b20d59268cc9723b7b23dd036d1c215d078 100644 (file)
@@ -345,7 +345,7 @@ ia64_sn_plat_set_error_handling_features(void)
        ret_stuff.v1 = 0;
        ret_stuff.v2 = 0;
        SAL_CALL_REENTRANT(ret_stuff, SN_SAL_SET_ERROR_HANDLING_FEATURES,
-               (SAL_ERR_FEAT_MCA_SLV_TO_OS_INIT_SLV | SAL_ERR_FEAT_LOG_SBES),
+               SAL_ERR_FEAT_LOG_SBES,
                0, 0, 0, 0, 0, 0);
 
        return ret_stuff.status;