On Mon, Jan 7, 2013 at 12:34 PM, SaNtosh kuLkarni
<santosh.yesoptus@gmail.com> wrote:
Hi is it possible that the assembly code .S file in linux kernel be replaced by a .C file.
This seems like a very general question. Which file do you want to replace and why?
You should understand that any *.S file contains arch specific code, which is written in assembly for optimization/efficiency reasons. Replacing it with an equivalent C code may undermine those goals.
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies