OSDN Git Service

Merge branches 'sh/ftrace' and 'sh/stable-updates'
authorPaul Mundt <lethal@linux-sh.org>
Sat, 11 Jul 2009 01:08:33 +0000 (10:08 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 11 Jul 2009 01:08:33 +0000 (10:08 +0900)
1  2  3 
arch/sh/Kconfig
arch/sh/include/asm/thread_info.h
drivers/video/sh_mobile_lcdcfb.c

diff --cc arch/sh/Kconfig
@@@@ -32,8 -31,9 -31,6 +32,9 @@@@ config SUPERH3
        select HAVE_FUNCTION_TRACER
        select HAVE_FTRACE_MCOUNT_RECORD
        select HAVE_DYNAMIC_FTRACE
  +     select HAVE_FUNCTION_TRACE_MCOUNT_TEST
  +     select HAVE_FTRACE_SYSCALLS
+ +     select HAVE_FUNCTION_GRAPH_TRACER
        select HAVE_ARCH_KGDB
        select ARCH_HIBERNATION_POSSIBLE if MMU
   
Simple merge
@@@@ -920,8 -932,9 -939,10 +927,9 @@@@ static int sh_mobile_lcdc_remove(struc
                dma_free_coherent(&pdev->dev, info->fix.smem_len,
                                  info->screen_base, priv->ch[i].dma_handle);
                fb_dealloc_cmap(&info->cmap);
++              framebuffer_release(info);
        }
   
 --#ifdef CONFIG_HAVE_CLK
        if (priv->dot_clk)
                clk_put(priv->dot_clk);
        clk_put(priv->clk);