This website requires JavaScript.
Explore
Help
Sign In
asgardius
/
android_kernel_motorola_sm6225
Watch
1
Star
0
Fork
You've already forked android_kernel_motorola_sm6225
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0c65f459ce
android_kernel_motorola_sm6225
/
include
/
asm-sparc64
/
mutex.h
2 lines
29 B
C
Raw
Normal View
History
Unescape
Escape
sparc: when header files are equal use asm-sparc version Used the following script to find equal header files: SPARC64=`ls asm-sparc64` for FILE in ${SPARC64}; do cmp -s asm-sparc/$FILE asm-sparc64/$FILE; if [ $? = 0 ]; then printf "#include <asm-sparc/%s>\n" $FILE > asm-sparc64/$FILE fi done A few of the equal files are a simple include from asm-generic, but by including the file from asm-sparc we know they are equal for sparc and sparc64. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2008-06-19 20:52:54 +02:00
#
include
<asm-sparc/mutex.h>
Reference in a new issue
Copy permalink