“03b0ceef0f5628ebb01f40c5b99a7e5fbf8dfed5”上不存在“ppcls/configs/ImageNet/ReXNet/ReXNet_1_3.yaml”
  1. 20 10月, 2010 2 次提交
  2. 05 10月, 2010 2 次提交
    • R
      ARM: fix section mismatch warnings in Versatile Express · cdaf9a2f
      Russell King 提交于
      WARNING: vmlinux.o(.text+0xbf30): Section mismatch in reference from the function v2m_timer_init() to the function .init.text:sp804_clocksource_init()
      The function v2m_timer_init() references
      the function __init sp804_clocksource_init().
      This is often because v2m_timer_init lacks a __init
      annotation or the annotation of sp804_clocksource_init is wrong.
      
      WARNING: vmlinux.o(.text+0xbf3c): Section mismatch in reference from the function v2m_timer_init() to the function .init.text:sp804_clockevents_init()
      The function v2m_timer_init() references
      the function __init sp804_clockevents_init().
      This is often because v2m_timer_init lacks a __init
      annotation or the annotation of sp804_clockevents_init is wrong.
      
      WARNING: vmlinux.o(.text+0xc524): Section mismatch in reference from the function ct_ca9x4_init() to the function .init.text:l2x0_init()
      The function ct_ca9x4_init() references
      the function __init l2x0_init().
      This is often because ct_ca9x4_init lacks a __init
      annotation or the annotation of l2x0_init is wrong.
      
      WARNING: vmlinux.o(.text+0xc530): Section mismatch in reference from the function ct_ca9x4_init() to the function .init.text:clkdev_add_table()
      The function ct_ca9x4_init() references
      the function __init clkdev_add_table().
      This is often because ct_ca9x4_init lacks a __init
      annotation or the annotation of clkdev_add_table is wrong.
      
      WARNING: vmlinux.o(.text+0xc578): Section mismatch in reference from the function ct_ca9x4_init() to the (unknown reference) .init.data:(unknown)
      The function ct_ca9x4_init() references
      the (unknown reference) __initdata (unknown).
      This is often because ct_ca9x4_init lacks a __initdata
      annotation or the annotation of (unknown) is wrong.
      
      Fix these by making ct_ca9x4_init() and v2m_timer_init() both __init.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      cdaf9a2f
    • R
      ARM: Provide common header for hard_smp_processor_id() · 06717352
      Russell King 提交于
      Provide a common header to read the SMP CPU number from the MPIDR.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      06717352
  3. 27 9月, 2010 1 次提交
  4. 17 9月, 2010 1 次提交
  5. 31 7月, 2010 1 次提交
  6. 22 7月, 2010 1 次提交
  7. 09 7月, 2010 1 次提交
  8. 01 7月, 2010 1 次提交
  9. 28 6月, 2010 1 次提交
  10. 02 5月, 2010 4 次提交