1. 04 12月, 2006 1 次提交
    • M
      [POWERPC] Prepare for spu disassembly in xmon · 4c4c8723
      Michael Ellerman 提交于
      In order to do disassembly of spu binaries in xmon, we need to abstract
      the disassembly function from ppc_inst_dump.
      
      We do this by making the actual disassembly function a function pointer
      that we pass to ppc_inst_dump(). To save updating all the callers, we
      turn ppc_inst_dump() into generic_inst_dump() and make ppc_inst_dump()
      a wrapper which always uses print_insn_powerpc().
      
      Currently we pass the dialect into print_insn_powerpc(), but we always
      pass 0 - so just make it a local.
      Signed-off-by: NMichael Ellerman <michael@ellerman.id.au>
      Signed-off-by: NArnd Bergmann <arnd.bergmann@de.ibm.com>
      4c4c8723
  2. 28 10月, 2005 1 次提交
    • P
      powerpc: Merge xmon · f78541dc
      Paul Mackerras 提交于
      The merged version follows the ppc64 version pretty closely mostly,
      and in fact ARCH=ppc64 now uses the arch/powerpc/xmon version.
      The main difference for ppc64 is that the 'p' command to call
      show_state (which was always pretty dodgy) has been replaced by
      the ppc32 'p' command, which calls a given procedure (so in fact
      the old 'p' command behaviour can be achieved with 'p $show_state').
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      f78541dc
  3. 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