From: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Tue, 15 May 2012 17:28:55 +0200 > I had hoped to see more code gone with Cypress. > - kernel/muldiv.c > - lib/mul.S/umul.S etc. > - PATCH_IT() stuff in head_32.S > - "-mcpu=v8" in top-level Makefile These should all be taken care of now. I suspect that divdi3.S and udivdi3.S can be removed as well. I think the muldiv.c code as the only reference that could be generated to those. I know that muldi3 and the "di3" shift routines need to stay. Other 32-bit platforms have to provide those too, since gcc does emit references to them for some of the expressions we have in the tree. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html