Re: [PATCH 8/8] IPMI: Convert locked counters to atomics in thesystem interface

From: Andrew Morton
Date: Wed Feb 13 2008 - 18:28:41 EST


On Wed, 13 Feb 2008 10:34:32 -0600
Corey Minyard <minyard@xxxxxxx> wrote:

> +struct smi_stats
> +{
> + atomic_t short_timeouts;
> + atomic_t long_timeouts;
> + atomic_t timeout_restarts;
> + atomic_t idles;
> + atomic_t interrupts;
> + atomic_t attentions;
> + atomic_t flag_fetches;
> + atomic_t hosed_count;
> + atomic_t complete_transactions;
> + atomic_t events;
> + atomic_t watchdog_pretimeouts;
> + atomic_t incoming_messages;
> +};

Ditto.


Also, please do remember to check all patches with scripts/checkpatch.pl. I can
see one right there.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/