> > + * Note : the empty asm volatile with read constraint is used here instead of a > > + * "used" attribute to fix a gcc 4.1.x bug. > > There seems no empty asm... Signed-off-by: Mathieu Desnoyers --- include/linux/marker.h | 2 -- 1 file changed, 2 deletions(-) Index: linux-2.6-lttng/include/linux/marker.h =================================================================== --- linux-2.6-lttng.orig/include/linux/marker.h 2009-02-06 15:21:25.000000000 -0500 +++ linux-2.6-lttng/include/linux/marker.h 2009-02-06 15:21:30.000000000 -0500 @@ -73,8 +73,6 @@ struct marker { _DEFINE_MARKER(name, #tp_name, tp_cb, format) /* - * Note : the empty asm volatile with read constraint is used here instead of a - * "used" attribute to fix a gcc 4.1.x bug. * Make sure the alignment of the structure in the __markers section will * not add unwanted padding between the beginning of the section and the * structure. Force alignment to the same alignment as the section start. -- Mathieu Desnoyers OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/