]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
OMAP2xxx clock: fix broken cpu_mask code
authorPaul Walmsley <paul@pwsan.com>
Fri, 10 Apr 2009 02:20:41 +0000 (20:20 -0600)
committerpaul <paul@twilight.(none)>
Fri, 10 Apr 2009 02:22:58 +0000 (20:22 -0600)
commit4ce707fbb6ee23d95a71679180cf9c273bee8943
tree076fefb2b071112ec16f5a88703221cfcae4a305
parentbe99ca4dd45b5ffc3ff30b2c80d7103aa1451afc
OMAP2xxx clock: fix broken cpu_mask code

Commit 8ad8ff6548f1c0bcbeaa02f274b3927c5015a921 breaks the OMAP2xxx
cpu_mask code, which causes OMAP2xxx to panic on boot.  Fix by
removing the cpu_mask auto variable and by changing CK_242X
and CK_243X to use RATE_IN_242X/RATE_IN_243X.

Resolves

<1>Unable to handle kernel NULL pointer dereference at virtual address 0000000c
<1>pgd = c0004000
<1>[0000000c] *pgd=00000000
Internal error: Oops: 5 [#1]
Modules linked in:
CPU: 0    Not tainted  (2.6.29-omap1 #32)
PC is at omap2_clk_set_parent+0x104/0x120
LR is at omap2_clk_set_parent+0x28/0x120

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Cc: Russell King <linux@arm.linux.org.uk>
arch/arm/mach-omap2/clock24xx.c