]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: OMAP: Make OMAP1 work again
authorDirk Behme <dirk.behme@googlemail.com>
Fri, 6 Oct 2006 12:48:09 +0000 (15:48 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 6 Oct 2006 12:48:09 +0000 (15:48 +0300)
commit847eb1880d54d347a49a8adc1fa62cdd31344042
tree621333309af16792148fb5da713ed2f10cb1bbc8
parent69bffebe6a4682a32e6ead30ea90a66c22b39402
[PATCH] ARM: OMAP: Make OMAP1 work again

In mach-omap1/mailbox.c the mailbox name is .name = "DSP"
while in plat-omap/dsp/dsp_core.c function  dsp_mbox_init()
asks for "dsp". This results in a strcmp() mismatch and then
OMAP1 system crashes due to NULL pointer. OMAP2 is correct,
there .name is "dsp". Correct OMAP1 name to "dsp" as well.

Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/mailbox.c
arch/arm/oprofile/op_model_v6.c