Re: [PATCH 08/12] Remove timer.c

2009-12-01 Thread Marcelo Tosatti
On Tue, Dec 01, 2009 at 03:36:37PM +0100, Chris Lalancette wrote: > The code in timer.c isn't really similar enough between > the i8254 and the lapic to share. Split these into > separate functions, and remove timer.c > > Signed-off-by: Chris Lalancette There should be one function. Abstract th

[PATCH 08/12] Remove timer.c

2009-12-01 Thread Chris Lalancette
The code in timer.c isn't really similar enough between the i8254 and the lapic to share. Split these into separate functions, and remove timer.c Signed-off-by: Chris Lalancette --- arch/x86/kvm/Makefile|3 +- arch/x86/kvm/i8254.c | 27 - arch/x86/kvm/kvm_t