Re: [PATCH] Separation C and assembly functions to different files
[email protected] Sat, 13 Jun 2015 12:20:54 +0200
| Newsgroups | org.kernel.vger.linux-8086 |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 12, 2015 at 11:52:17PM -0500, Juan Perez-Sanchez wrote: > Hi, > > -Files arch/i86/kernel/bios16.c and arch/i86/kernel/printreg.c > are now only assembly. > -File arch/i86/lib/memmove.c is now only C. > -Files arch/i86/drivers/char/bell.c and arch/i86/kernel/system.c > now have conditional compilation to select the appropiate inline > assembly style. > -Small fixes in other files. > > The kernel was compiled with BCC and tested with QEMU. > Code size reduced in 112 bytes and data size reduced in 4 bytes. Nice work Juan. Rl