mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
LSK-ANDROID: arm64: Fix the merge commit and allmodconfig build.
LSK merge commit2120557722("Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android") broke allmodconfig build. This patch fix the merge commit and allmodconfig build. Fixes:2120557722("Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android") Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
This commit is contained in:
@@ -301,7 +301,7 @@ do { \
|
||||
: "=&r" (res), "+r" (data), "=&r" (temp) \
|
||||
: "r" ((unsigned long)addr), "i" (-EAGAIN), \
|
||||
"i" (-EFAULT) \
|
||||
: "memory")
|
||||
: "memory"); \
|
||||
uaccess_disable(); \
|
||||
} while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user