]> git.karo-electronics.de Git - karo-tx-linux.git/commit
compiler-gcc4.h: correct verion check for __compiletime_error
authorDaniel Santos <daniel.santos@pobox.com>
Fri, 28 Sep 2012 00:18:55 +0000 (10:18 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 10 Oct 2012 03:56:27 +0000 (14:56 +1100)
commit825286941ac7df6aa0685054516b71e098f4c65a
tree3e3cdb9e3b8c87d2d9f0f64378ecb69405e87315
parentb757cdbe1135dd2d5bc66113d04a2870678c091a
compiler-gcc4.h: correct verion check for __compiletime_error

__attribute__((error(msg))) was introduced in gcc 4.3 (not 4.4) and as I
was unable to find any gcc bugs pertaining to it, I'm presuming that it
has functioned as advertised since 4.3.0.

Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/compiler-gcc4.h