Re: ia64_mca_cpe_int_handler - take 2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Feb 27, 2008 at 10:44:06AM +0100, Zoltan Menyhart wrote:
>  	/* Get the CPE error record and log it */
> -	ia64_mca_log_sal_error_record(SAL_INFO_TYPE_CPE);
> -
> +	ia64_mca_log_sal_error_record(SAL_INFO_TYPE_CPE,
> +					1 /* not called from the MCA/INIT handlers */);

Minor nit.  Please #define values.

#define MCA_IRQ_NOTSAFE	0	/* called from the MCA/INIT handlers */
#define MCA_IRQ_SAFE	1	/* not called from the MCA/INIT handlers */

	ia64_mca_log_sal_error_record(SAL_INFO_TYPE_CPE, MCA_IRQ_SAFE);


Thanks,
-- 
Russ Anderson, OS RAS/Partitioning Project Lead  
SGI - Silicon Graphics Inc          rja@xxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux