I doing some modifications to the dispatcher code in usr/src/uts/common/disp.c and need to add some inline assembly (sparc), though doing so causes the compilation to fail with an error message saying that using assembly inline makes optimizations impossible.
What is the proper way for this? Should I put the assembly in another place and then do function calls to it and where should I put it in that case? This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
