1. 03 5月, 2010 1 次提交
  2. 29 3月, 2010 1 次提交
    • H
      padata: Section cleanup · 975d2603
      Henrik Kretzschmar 提交于
      This patch removes the __cupinit from padata_cpu_callback(),
      which is refered by the exportet function padata_alloc().
      
      This could lead to problems if CONFIG_HOTPLUG_CPU is disabled,
      which should happen very often.
      
      WARNING: kernel/built-in.o(.text+0x7ffcb): Section mismatch in reference from the function padata_alloc() to the function .cpuinit.text:padata_cpu_callback()
      The function padata_alloc() references
      the function __cpuinit padata_cpu_callback().
      This is often because padata_alloc lacks a __cpuinit
      annotation or the annotation of padata_cpu_callback is wrong.
      Signed-off-by: NHenrik Kretzschmar <henne@nachtwindheim.de>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      975d2603
  3. 06 1月, 2010 1 次提交