This website requires JavaScript.
Explore
Help
Sign In
hollalinux
/
linux-sg2042
mirror of
https://github.com/sophgo/linux-riscv.git
Watch
1
Star
0
Fork
You've already forked linux-sg2042
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
907bb65579
linux-sg2042
/
arch
/
microblaze
/
include
/
asm
/
linkage.h
2 lines
33 B
C
Raw
Normal View
History
Unescape
Escape
microblaze: Use empty asm-generic/linkage.h The difference between microblaze and default version in linux/linkage.h is just value stored in the padding bytes which was 0 and in generic is 0x90. Different value shouldn't have any effect. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2014-09-01 21:56:23 +08:00
#
include
<asm-generic/linkage.h>