> It doesn't seem to be something in .config. Do you know how to > reconfigure to get parameter passing put back like it was? Our > production applications have lots of assembly-language files > and I'm sure we are not going to be able to change all those!
32-bit x86 uses regparm=3 by default now since commit a1a70c25 ("i386: always enable regparm"), which went in about a year ago. To go back to the old way, you'll just have to edit arch/x86/Makefile_32 (and rebuild your whole kernel from a clean tree, obviously). - R. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/