This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2025-01-21 19:18:45 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e669e8179d
linux_dsm_epyc7002
/
include
/
asm-sparc64
/
visasm.h
2 lines
30 B
C
Raw
Normal View
History
Unescape
Escape
sparc: copy sparc64 specific files to asm-sparc Used the following script to copy the files: cd include set -e SPARC64=`ls asm-sparc64` for FILE in ${SPARC64}; do if [ -f asm-sparc/$FILE ]; then echo $FILE exist in asm-sparc else git mv asm-sparc64/$FILE asm-sparc/$FILE printf "#include <asm-sparc/$FILE>\n" > asm-sparc64/$FILE git add asm-sparc64/$FILE fi done Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2008-06-20 01:26:19 +07:00
#
include
<asm-sparc/visasm.h>
Reference in New Issue
Copy Permalink