aboutsummaryrefslogtreecommitdiff
path: root/include/asm-xtensa/string.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-06xtensa: move headers files to arch/xtensa/includeChris Zankel1-124/+0
Move all header files for xtensa to arch/xtensa/include and platform and variant header files to the appropriate arch/xtensa/platforms/ and arch/xtensa/variants/ directories. Moving the files gets also rid of all uses of symlinks in the Makefile. This has been completed already for the majority of the architectures and xtensa is one out of six missing. Signed-off-by: Sam Ravnborg <[email protected]> Signed-off-by: Chris Zankel <[email protected]>
2005-09-05[PATCH] xtensa: replace 'extern inline' with 'static inline'Adrian Bunk1-4/+4
"extern inline" doesn't make sense. Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: Chris Zankel <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-06-24[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 6Chris Zankel1-0/+124
The attached patches provides part 6 of an architecture implementation for the Tensilica Xtensa CPU series. Signed-off-by: Chris Zankel <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>