1. 19 10月, 2005 1 次提交
  2. 11 10月, 2005 2 次提交
    • P
      ppc: Various minor compile fixes · fd582ec8
      Paul Mackerras 提交于
      This fixes up a variety of minor problems in compiling with ARCH=ppc
      arising from using the merged versions of various header files.
      A lot of the changes are just adding #include <asm/machdep.h> to
      files that use ppc_md or smp_ops_t.
      
      This also arranges for us to use semaphore.c, vecemu.c, vector.S and
      fpu.S from arch/powerpc/kernel when compiling with ARCH=ppc.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      fd582ec8
    • P
      ppc: Adapt to asm-powerpc/irq.h irq_canonicalize changes · 35d81a4b
      Paul Mackerras 提交于
      Now instead of having a ppc_md function, we just have a variable
      which says whether to do the i8259 irq canonicalization or not,
      and set that variable on the platforms that need that.  It looks
      to me that radstone_ppc7d was trying to use irq canonicalization
      for something else in a broken kind of way - it will need to be
      fixed properly.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      35d81a4b
  3. 30 9月, 2005 1 次提交
  4. 17 4月, 2005 2 次提交
    • G
      [PATCH] ppc32: Fix a problem with NTP on !(chrp||gemini) · 54095a6e
      Giovambattista Pulcini 提交于
      The following problem was found by Giovambattista Pulcini
      <gpulcini@swintel.it>, who also provided a partial patch, and this has been
      verified by our time guru Gabriel Paubert <paubert@iram.es>.
      
      The problem is that in do_settimeofday() we always set time_state to
      TIME_ERROR and except on two platforms, never re-set it.  This meant that
      ntp_gettime() and ntp_adjtime() always returned TIME_ERROR, incorrectly. 
      Based on Gabriel's analysis, time_state is used for leap-second processing,
      and ppc shouldn't be mucking with it.
      Signed-off-by: NTom Rini <trini@kernel.crashing.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      54095a6e
    • 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