1. 12 11月, 2009 11 次提交
  2. 11 11月, 2009 1 次提交
  3. 10 11月, 2009 11 次提交
  4. 09 11月, 2009 5 次提交
  5. 08 11月, 2009 8 次提交
  6. 07 11月, 2009 1 次提交
  7. 06 11月, 2009 3 次提交
    • P
      sh: unwinder: Fix up invalid PC refetch in dwarf unwinder. · 421b5411
      Paul Mundt 提交于
      The dwarf unwinder presently attempts to provide a sane PC value if none
      is provided, however the logic is broken and cases where a previous valid
      dwarf frame exists along with a bogus PC value can still proceed. This
      fixes up the test and prevents the unwinder from blowing up.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      421b5411
    • D
      sparc64: Add a comment about why we only use certain memory barriers these days. · 4eb0c00b
      David S. Miller 提交于
      Based upon feedback from Mathieu Desnoyers.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4eb0c00b
    • L
      [ARM] kirkwood: fix section mismatch · 6de95c19
      Li Jie 提交于
      kirkwood_timer_init() and kirkwood_pcie_setup() lack of __init which
      causes following warnings:
      
      WARNING: vmlinux.o(.text+0x9568): Section mismatch in reference from
      the function kirkwood_timer_init() to the function
      .init.text:kirkwood_find_tclk()
      The function kirkwood_timer_init() references
      the function __init kirkwood_find_tclk().
      This is often because kirkwood_timer_init lacks a __init
      annotation or the annotation of kirkwood_find_tclk is wrong.
      
      WARNING: vmlinux.o(.text+0x979c): Section mismatch in reference from
      the function kirkwood_pcie_setup() to the function
      .init.text:orion_pcie_setup()
      The function kirkwood_pcie_setup() references
      the function __init orion_pcie_setup().
      This is often because kirkwood_pcie_setup lacks a __init
      annotation or the annotation of orion_pcie_setup is wrong.
      Signed-off-by: Nlijie <eltshanli@gmail.com>
      Signed-off-by: NNicolas Pitre <nico@fluxnic.net>
      6de95c19