Re: [PATCH 1/6] powerpc/eeh: Refactor EEH flag accessors

2014-07-16 Thread Gavin Shan
On Wed, Jul 16, 2014 at 08:24:49AM +, David Laight wrote: >From: Gavin Shan >> There are multiple global EEH flags. Almost each flag has its own >> accessor, which doesn't make sense. The patch refactors EEH flag >> accessors so that they look unified: >> >> eeh_add_flag(): Add EEH flag >

RE: [PATCH 1/6] powerpc/eeh: Refactor EEH flag accessors

2014-07-16 Thread David Laight
From: Gavin Shan > There are multiple global EEH flags. Almost each flag has its own > accessor, which doesn't make sense. The patch refactors EEH flag > accessors so that they look unified: > > eeh_add_flag(): Add EEH flag eeh_set_flag() ?? > eeh_clear_flag(): Clear EEH flag > eeh_has_f