From mboxrd@z Thu Jan 1 00:00:00 1970 From: u-vpoa@aetey.se Subject: Re: [PATCH] Separation C and assembly functions to different files Date: Sat, 13 Jun 2015 12:20:54 +0200 Message-ID: <20150613102054.GT11036@example.net> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Juan Perez-Sanchez Cc: linux-8086 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