Re: [RFC v2 -tip 0/3] x86: reduce fixup of uaccess

From: H. Peter Anvin
Date: Fri Jan 23 2009 - 19:52:15 EST


Hiroshi Shimamoto wrote:
ChangeLog v1 -> v2
- Change framework syntax. Previous version doesn't look easy to read.
Remove parens from try and add redundant braces as Peter suggested.
get_user_try {
get_user_ex(...);
:
} get_user_catch(err);
- Remove double underscores.

Cool, looks a lot nicer this way.

I will try to try it out today.

-hpa

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/