1. 31 Mar, 2011 2 commits
    • David S. Miller's avatar
      apbuart: Depend upon sparc. · 6cd7a637
      David S. Miller authored
      It absolutely needs to be able to get at pdev_archdata members
      which are sparc specific.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      6cd7a637
    • David S. Miller's avatar
      sparc64: Fix section mis-match errors. · 3628aa06
      David S. Miller authored
      Fix all of the problems spotted by CONFIG_DEBUG_SECTION_MISMATCH under
      arch/sparc during a 64-bit defconfig build.
      
      They fall into two categorites:
      
      1) of_device_id is marked as __initdata, and we can never do this
         since these objects sit in the device core data structures way
         past boot.  So even if a driver will never be reloaded, we have
         to keep the device ID table around.
      
         Mark such cases const instead.
      
      2) The bootmem alloc/free handling code in mdesc.c was not fully
         marked __init as it should be, thus generating a reference
         to free_bootmem_late() (which is __init) from non-__init code.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      3628aa06
  2. 30 Mar, 2011 3 commits
  3. 29 Mar, 2011 35 commits