OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a77ce
)
fix build error
author
Yoshinori Sato
<ysato@users.sourceforge.jp>
Fri, 28 Dec 2018 14:57:57 +0000
(23:57 +0900)
committer
Yoshinori Sato
<yo-satoh@sios.com>
Fri, 28 Jan 2022 13:52:26 +0000
(22:52 +0900)
arch/rx/include/asm/flat.h
patch
|
blob
|
history
diff --git
a/arch/rx/include/asm/flat.h
b/arch/rx/include/asm/flat.h
index
a26f99c
..
9b870ce
100644
(file)
--- a/
arch/rx/include/asm/flat.h
+++ b/
arch/rx/include/asm/flat.h
@@
-7,9
+7,9
@@
#define flat_set_persistent(relval, p) 0
#define flat_get_relocate_addr(rel) (rel)
-#define flat_get_addr_from_rp(rp, relval, flags,
persistent)
\
-
get_unaligned(
rp)
+#define flat_get_addr_from_rp(rp, relval, flags,
addr, persistent)
\
+
get_user(*addr,
rp)
#define flat_put_addr_at_rp(rp, addr, rel) \
- put_u
naligned
(addr, rp)
+ put_u
ser
(addr, rp)
#endif /* __ASM_RX_FLAT_H__ */