[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CALkWK0k95+sW5jM5AOgkwo_qHfEdy=A4ctAbRxMd7DtVTE+cCg@mail.gmail.com>
Date: Thu, 17 Oct 2013 11:54:04 +0530
From: Ramkumar Ramachandra <artagnon@...il.com>
To: Rusty Russell <rusty@...tcorp.com.au>
Cc: LKML <linux-kernel@...r.kernel.org>,
"Michael S. Tsirkin" <mst@...hat.com>
Subject: Re: [PATCH] virtio tools: use ansi versions of asm and volatile
Rusty Russell wrote:
> Ramkumar Ramachandra <artagnon@...il.com> writes:
>> asm and volatile are provided for backward compatibility; use the ansi
>> versions __asm__ and __volatile__.
>
> Really? I don't see that in the gcc documentation. In fact, I didn't
> know __volatile__ at all:
Try compiling the program with `gcc -ansi`, and you'll see that "asm"
and "volatile" are undeclared. The motivation for my patch comes from
barrier() being declared differently in compiler-gcc.h.
However, the tree is polluted with the non-ansi versions anyway;
compilers will continue to support them for decades. So, I'd request
you to drop the patch.
Thanks.
--
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