1. 20 6月, 2006 1 次提交
    • R
      [MIPS] Cleanup memory managment initialization. · 2925aba4
      Ralf Baechle 提交于
      Historically plat_mem_setup did the entire platform initialization.  This
      was rather impractical because it meant plat_mem_setup had to get away
      without any kind of memory allocator.  To keep old code from breaking
      plat_setup was just renamed to plat_setup and a second platform
      initialization hook for anything else was introduced.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      2925aba4
  2. 06 6月, 2006 3 次提交
    • C
      [MIPS] Fix sparsemem support. · b1c231f5
      Chad Reese 提交于
          
      Move memory_present() in arch/mips/kernel/setup.c. When using sparsemem
      extreme, this function does an allocate for bootmem. This would always
      fail since init_bootmem hasn't been called yet.
          
      Move memory_present after free_bootmem. This only marks actual memory
      ranges as present instead of the entire address space.
      Signed-off-by: NChad Reese  <creese@caviumnetworks.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      b1c231f5
    • A
      [MIPS] Fix compiler warnings (field width, unused variable) · ecf52d3c
      Atsushi Nemoto 提交于
          
      Fix following warnings:
      linux/arch/mips/kernel/setup.c:432: warning: field width is not type int (arg 2)
      linux/arch/mips/kernel/setup.c:432: warning: field width is not type int (arg 4)
      linux/arch/mips/kernel/syscall.c:279: warning: unused variable `len'
      linux/arch/mips/kernel/syscall.c:280: warning: unused variable `name'
      linux/arch/mips/math-emu/dp_fint.c:32: warning: unused variable `xc'
      linux/arch/mips/math-emu/dp_flong.c:32: warning: unused variable `xc'
      linux/arch/mips/math-emu/sp_fint.c:32: warning: unused variable `xc'
      linux/arch/mips/math-emu/sp_flong.c:32: warning: unused variable `xc'
          
      (original patch by Atsushi, slight changes to the setup.c part by me.)
      Signed-off-by: NAtsushi Nemoto <anemo@mba.ocn.ne.jp>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      ecf52d3c
    • A
      [MIPS] Fix sparse warnings about too big constants. · 460c0422
      Atsushi Nemoto 提交于
          
      Fix following warnings:
      linux/arch/mips/kernel/setup.c:249:12: warning: constant 0xffffffff00000000 is so big it is unsigned long
      linux/arch/mips/kernel/cpu-bugs64.c:209:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long
      linux/arch/mips/kernel/cpu-bugs64.c:227:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long
      linux/arch/mips/kernel/cpu-bugs64.c:283:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long
      linux/arch/mips/kernel/cpu-bugs64.c:299:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long
      Signed-off-by: NAtsushi Nemoto <anemo@mba.ocn.ne.jp>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      460c0422
  3. 19 4月, 2006 1 次提交
  4. 28 3月, 2006 1 次提交
    • D
      [PATCH] unify PFN_* macros · 22a9835c
      Dave Hansen 提交于
      Just about every architecture defines some macros to do operations on pfns.
       They're all virtually identical.  This patch consolidates all of them.
      
      One minor glitch is that at least i386 uses them in a very skeletal header
      file.  To keep away from #include dependency hell, I stuck the new
      definitions in a new, isolated header.
      
      Of all of the implementations, sh64 is the only one that varied by a bit.
      It used some masks to ensure that any sign-extension got ripped away before
      the arithmetic is done.  This has been posted to that sh64 maintainers and
      the development list.
      
      Compiles on x86, x86_64, ia64 and ppc64.
      Signed-off-by: NDave Hansen <haveblue@us.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      22a9835c
  5. 21 3月, 2006 1 次提交
  6. 28 2月, 2006 1 次提交
    • R
      [MIPS] SMP: Fix initialization order bug. · 9b6695a8
      Ralf Baechle 提交于
          
      A recent change requires cpu_possible_map to be initialized before
      smp_sched_init() but most MIPS platforms were initializing their
      processors in the prom_prepare_cpus callback of smp_prepare_cpus.  The
      simple fix of calling prom_prepare_cpus from one of the earlier SMP
      initialization hooks doesn't work well either since IPIs may require
      init_IRQ() to have completed, so bit the bullet and split
      prom_prepare_cpus into two initialization functions, plat_smp_setup
      which is called early from setup_arch and plat_prepare_cpus called where
      prom_prepare_cpus used to be called.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      9b6695a8
  7. 30 10月, 2005 3 次提交
  8. 05 9月, 2005 1 次提交
  9. 26 6月, 2005 1 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4