1. 08 3月, 2011 2 次提交
  2. 23 2月, 2011 3 次提交
  3. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  4. 23 8月, 2010 1 次提交
    • O
      arm: tegra: fix compilation of board-harmony.c · a68820db
      Olof Johansson 提交于
      The patch "ARM: Remove DISCONTIGMEM support" removed the node id from
      the meminfo struct and the PHYS_TO_NID macro, causing compilation errors:
      
      arch/arm/mach-tegra/board-harmony.c: In function 'tegra_harmony_fixup':
      arch/arm/mach-tegra/board-harmony.c:94: error: 'struct membank' has no member named 'node'
      arch/arm/mach-tegra/board-harmony.c:94: error: implicit declaration of function 'PHYS_TO_NID'
      arch/arm/mach-tegra/board-harmony.c:97: error: 'struct membank' has no member named 'node'
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Signed-off-by: NColin Cross <ccross@google.com>
      a68820db
  5. 06 8月, 2010 1 次提交