From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.ml.walleij@gmail.com (Linus Walleij) Date: Thu, 2 Jun 2011 01:35:07 +0200 Subject: [PATCH 2/3] clocksource: add DB8500 PRCMU Timer support In-Reply-To: <4DE64D5A.20206@stericsson.com> References: <1306830661-9546-1-git-send-email-mattias.wallin@stericsson.com> <4DE51EB7.7010606@stericsson.com> <4DE5F0DB.2050409@stericsson.com> <4DE64B0E.8030008@stericsson.com> <20110601142507.GK3660@n2100.arm.linux.org.uk> <4DE64D5A.20206@stericsson.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 2011/6/1 Mattias Wallin : > On 06/01/2011 04:25 PM, Russell King - ARM Linux wrote: >> >> sched_clock is supposed to be setup and initialized really early. ?Why >> are you doing trying to move it soo late? > > Linus idea was to remove the dependency from mach-ux500/cpu.c where I > originally called the init function by using core_initcall. OK we conclude the header is needed for now methinks. Linus Walleij