* Cyrill Gorcunov <gorcunov@xxxxxxxxx> wrote: > On Mon, Dec 19, 2011 at 09:13:28AM +0200, Pekka Enberg wrote: > > > > > >- BUILD_BUG_ON(i > E820_X_MAX); > > >+ assert(i <= E820_X_MAX); > > > > We should use BUG_ON() like tools/perf does. > > > > We dont have it yet. So I'll introduce this helper later, > but note that we will have to cover _all_ assert() calls then, > so it's better to make in a separate patch. [...] There's only about a dozen of them, should be easy. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html