1. 14 1月, 2006 1 次提交
    • P
      powerpc: Avoid unaligned loads and stores in boot memcpy code · b4e7de0f
      Paul Mackerras 提交于
      The 601 processor will generate an alignment exception for accesses
      which cross a page boundary.  In the boot wrapper code, OF is still
      handling all exceptions, and it doesn't have an alignment exception
      handler that emulates the instruction and continues.
      
      This changes the memcpy and memmove routines in the boot wrapper to
      avoid doing unaligned accesses.  If the source and destination are
      misaligned with respect to each other, we just copy one byte at a
      time.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      b4e7de0f
  2. 16 11月, 2005 1 次提交
  3. 29 10月, 2005 1 次提交
  4. 29 8月, 2005 1 次提交
    • O
      [PATCH] ppc64: make arch/ppc64/boot standalone · decd300b
      Olaf Hering 提交于
      Make the bootheader for ppc64 independent from kernel and libc headers.
      * add -nostdinc -isystem $gccincludes to not include libc headers
      * declare all functions in header files, also the stuff from string.S
      * declare some functions static
      * use stddef.h to get size_t (hopefully ok)
      * remove ppc32-types.h, only elf.h used the __NN types
      
      With further modifications by Paul Mackerras and Stephen Rothwell.
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      decd300b
  5. 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