Skip to content
Snippets Groups Projects
  1. Aug 14, 2019
  2. Aug 13, 2017
  3. Dec 07, 2015
  4. Dec 24, 2012
  5. May 08, 2012
  6. Jan 05, 2012
  7. Aug 21, 2011
  8. Mar 03, 2011
  9. Oct 20, 2010
    • Nicolas Pitre's avatar
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre authored
      
      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: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  10. Jul 17, 2010
  11. Nov 27, 2009
Loading