]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[MIPS] Update asm string header
authorShinya Kuribayashi <shinya.kuribayashi@necel.com>
Fri, 31 Aug 2007 05:41:45 +0000 (14:41 +0900)
committerWolfgang Denk <wd@denx.de>
Thu, 6 Sep 2007 22:43:01 +0000 (00:43 +0200)
commit8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
tree25e5001bc1299d1438be147e1d7ec9bd9bb33ead
parent3dd42fd5e2169f6d0be3523ae2bc99da8ff55e49
[MIPS] Update asm string header

This patches contains several bugfixes and cleanups in the latest upstream:

 - Don't include linux/config.h
 - Remove buggy inline version of memscan.
 - Merge with Linux 2.6.11-rc3.
 - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
 - Goodbye mips64.  31704 lines of code bite the dust.
 - Replace extern inline with static inline.
 - Fix return value of strncpy.
 - Remove a bunch more "$1" clobbers.

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
include/asm-mips/string.h