1. 24 Nov, 2009 1 commit
    • David S. Miller's avatar
      sparc64: Fix definition of VMEMMAP_SIZE. · bffbc94a
      David S. Miller authored
      This was the cause of various boot failures on V480, V880, etc.
      systems.
      
      Kernel image memory was being overwritten because the vmemmap[]
      array was being sized to small.  So if you had physical memory
      addresses past a certain point, the early bootup would spam
      all over variables in the kernel data section.
      
      The vmemmap mappings map page structs, not page struct pointers.
      And that was the key thinko in the macro definition.
      
      This was fixable thanks to the help, reports, and tireless patience
      of Hermann Lauer.
      Reported-by: default avatarHermann Lauer <Hermann.Lauer@iwr.uni-heidelberg.de>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      bffbc94a
  2. 09 Nov, 2009 1 commit
  3. 08 Nov, 2009 1 commit
  4. 06 Nov, 2009 1 commit
  5. 14 Oct, 2009 1 commit
  6. 13 Oct, 2009 1 commit
  7. 12 Oct, 2009 1 commit
  8. 09 Oct, 2009 1 commit
  9. 08 Oct, 2009 32 commits