I looked there, there is no _constant_XXX inlines in 2.5's uaccess.h
BTW, what a joy seeing sane asm formatting there!
No sight of '\t' ;)
BTW #2: in order to have sane asm formatting _and_ pretty asm
generated by GCC one would add "\n" after 'asm(':
__asm__ __volatile__("\n" <---------------
"1: mov a,b\n"
.....
-- vda - 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/