[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4BEA3FF3CAA35E408EA55C7BE2E61D0589EBFBC0FE@xmail3.se.axis.com>
Date: Mon, 11 Aug 2014 07:36:27 +0200
From: Mikael Starvik <mikael.starvik@...s.com>
To: Maurizio Lombardi <mlombard@...hat.com>,
Nick Krause <xerofoiify@...il.com>,
Jesper Nilsson <jespern@...s.com>,
"open@...s.com" <open@...s.com>,
"list@" <"CRIS PORTlinux-cris-kernel"@axis.com>,
open list <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] cris: bug: add unreachable() to silence warnings
Agreed. If you include that, I will ack it
-----Original Message-----
From: Maurizio Lombardi [mailto:mlombard@...hat.com]
Sent: den 7 augusti 2014 09:24
To: Nick Krause; Mikael Starvik; Jesper Nilsson; open@...s.com; list@; open list
Subject: Re: [PATCH] cris: bug: add unreachable() to silence warnings
On 08/07/2014 06:01 AM, Nick Krause wrote:
> ".previous\n\t" \
> - : : "ri" (__FILE__), "i" (__LINE__))
> + : : "ri" (__FILE__), "i" (__LINE__)); \
> + unreachable();
> +} while (0)
Does this code compile?
There should be a trailing '\' character after "unreachable()".
Regards,
Maurizio Lombardi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists