1. 17 Mar, 2004 2 commits
    • Bjorn Helgaas's avatar
      [PATCH] ia64: init IO port space, IO accessors earlier · 4aab6645
      Bjorn Helgaas authored
      This is a minor patch to get things setup so consoles can
      work earlier.  (No change to consoles here, I just split this
      out to make the diff easier to read.)
      
      (io_port_init): New function, same old code to setup ia64_iobase
      and legacy IO port space.
      (setup_arch): Call io_port_init() and machvec_init() as early as
      possible so consoles can work earlier.
      4aab6645
    • David Mosberger's avatar
      ia64: Prevent GCC from clobbering r13. Found by Luming You. · 0b375cdb
      David Mosberger authored
      Without this change, GCC thinks it's OK to clobber r13.  It doesn't do it
      very often, but it's enough if it does it once and it turns out
      acpi_bus_receive_event() had code that would trigger this issue.
      Fix by declaring r13 as a global register variable.
      0b375cdb
  2. 16 Mar, 2004 1 commit
  3. 15 Mar, 2004 37 commits