From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.ml.walleij@gmail.com (Linus Walleij) Date: Sun, 25 Oct 2009 23:18:12 +0100 Subject: [PATCH] Make MIPS dynamic clocksource/clockevent clock code generic v2 In-Reply-To: <1256078002-27919-1-git-send-email-linus.walleij@stericsson.com> References: <1256078002-27919-1-git-send-email-linus.walleij@stericsson.com> Message-ID: <63386a3d0910251518i42149642g183f2d3f6c43384f@mail.gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 2009/10/21 Linus Walleij : > Changes v1->v2: > - Fixed Mikaels comments: spelling, terminology. > - Kept the functions inline: all uses and foreseen uses > ?are once per kernel and all are in __init or __cpuinit sections. > - Unable to break out common code - the code is not common and > ?implementing two execution paths will be more awkward. > - Hoping the tglx likes it anyway. Ping on tglx on this, I will uninline the functions if you think it's better in the long run, just tell me, else can you pick this patch? Linus Walleij