[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC 05/29] xen/arm: Fix early_panic when EARLY_PRINTK is disabled
On Mon, 2013-04-29 at 00:01 +0100, Julien Grall wrote: > Even if EARLY_PRINTK is not enabled, early_panic must never return. > > Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > --- > xen/include/asm-arm/early_printk.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/include/asm-arm/early_printk.h > b/xen/include/asm-arm/early_printk.h > index a770d4a..a0297a7 100644 > --- a/xen/include/asm-arm/early_printk.h > +++ b/xen/include/asm-arm/early_printk.h > @@ -20,7 +20,7 @@ void early_panic(const char *fmt, ...) > __attribute__((noreturn)); > #else > > static inline void early_printk(const char *fmt, ...) {} > -static inline void early_panic(const char *fmt, ...) {} > +static inline void __attribute__((noreturn)) early_panic(const char *fmt, > ...) {while(1);} > > #endif > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |