On Sun, 12 Nov 2006 22:23:41 +0300, Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> wrote: > Good to see it. :-) > I have a suggestion though... Thank you for review. > > - mips_hpt_read = dec_ioasic_hpt_read; > > + clocksource_mips.read = dec_ioasic_hpt_read; > > I'd like to see clocksource_mips.name overriden there as well. Yes now it is possible without touching generic code. You can do it if you wanted. I do not have strong feeling for custom name :) Main purpose of this patch is to remove mips_hpt_read (which saves a few cycles). --- Atsushi Nemoto