From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18195.64446.825842.427068@cargo.ozlabs.ibm.com> Date: Tue, 16 Oct 2007 09:46:06 +1000 From: Paul Mackerras To: Sergei Shtylyov Subject: Re: [PATCH v2 1/4] Implement {read,update}_persistent_clock. In-Reply-To: <4713ABDA.2000506@ru.mvista.com> References: <1190345162.620000.305760830507.qpush@thor> <46FAB56E.8080509@ru.mvista.com> <1190836713.23376.41.camel@chaos> <4713ABDA.2000506@ru.mvista.com> Cc: linuxppc-dev@ozlabs.org, Thomas Gleixner , Steven Rostedt , Realtime Kernel List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sergei Shtylyov writes: > Eh... poor you. Tony got clockevent driver reengineered for no apparent > reason. And he's introduced the jiffy drift by deleting the main loop from > timer_interrupt(). The main loop in timer_interrupt() became unnecessary, because update_wall_time contains an equivalent loop. Paul.