[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 1/5] xen/compiler: Replace opencoded __attribute__((noreturn))
On 25/02/14 13:36, Jan Beulich wrote: >>>> On 25.02.14 at 13:23, Andrew Cooper <andrew.cooper3@xxxxxxxxxx> wrote: >> Changes in v4: >> * Standardise on noreturn before the function name > Almost: > >> --- a/xen/include/asm-arm/early_printk.h >> +++ b/xen/include/asm-arm/early_printk.h >> @@ -26,7 +26,7 @@ >> >> void early_printk(const char *fmt, ...) >> __attribute__((format (printf, 1, 2))); >> -void early_panic(const char *fmt, ...) __attribute__((noreturn)) >> +void early_panic(const char *fmt, ...) noreturn >> __attribute__((format (printf, 1, 2))); > Nevertheless, no need to re-submit afaic. > > Jan > Almost! but as Juliens patch removes early_panic(), this is probably safe to leave (and would prevent him needing to respin the series) ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |