[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090911215525.12B366A98F@magilla.sf.frob.com>
Date: Fri, 11 Sep 2009 14:55:25 -0700 (PDT)
From: Roland McGrath <roland@...hat.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: torvalds@...ux-foundation.org, jakub@...hat.com,
linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
x86@...nel.org
Subject: Re: [PATCH 1/2] UNREACHABLE() macro
> That's a bit of a mouthful. Did you consider a runtime probe with
> scripts/Kbuild.include's try-run, cc-option, etc?
I did not see any precedent in the sources for using those to test for
features by compiling particular test sources (i.e. in autoconf style).
I just followed the model I saw. Those methods seem sufficiently costly
to make it a little questionable to pile on too many more that get
repeated all the time by make, so I just was not opening that can of worms.
As has been mentioned:
#if __GNUC_MINOR__ > 4
is a sufficient test for the long run. People using Fedora gcc-4.4 will
not mind applying a trivial kernel patch to get the benefits sooner.
Thanks,
Roland
--
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