On 27/04/2015 00:04, Emilio G. Cota wrote: > It's defined in osdep.h and shouldn't be redefined here. > > Signed-off-by: Emilio G. Cota <[email protected]> > --- > tests/i440fx-test.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/tests/i440fx-test.c b/tests/i440fx-test.c > index d0bc8de..33a7ecb 100644 > --- a/tests/i440fx-test.c > +++ b/tests/i440fx-test.c > @@ -27,8 +27,6 @@ > > #define BROKEN 1 > > -#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) > - > typedef struct TestData > { > int num_cpus; >
Looks good; I am CCing [email protected] so that Michael will notice this patch. Reviewed-by: Paolo Bonzini <[email protected]> Paolo
