Commit f010c17
ARC: uaccess: fix generic 64bit user get operation
Fix get_user macro build error for ARCv3 32bit with disabled
CONFIG_ARC_HAS_LL64 option.
Switch to modifier that is supported by all ARCv1/ARCv2/ARCv3
compilers.
Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>1 parent d73d280 commit f010c17
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments