Prev: flex_array: add helpers to get and put to make pointers easy to use
Next: flex_array: add helpers to get and put to make pointers easy to use
From: Ralf Baechle on 3 Aug 2010 16:30 On Tue, Aug 03, 2010 at 11:22:18AM -0700, David Daney wrote: > +#define regs_return_value(regs) ((regs)->regs[2]) This will probably only work if the argument happens to be "regs" otherwise the things will likely go splat. Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Ralf Baechle on 4 Aug 2010 19:50
Thanks, applied. Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |