[S390] zcore: Fix __user annotation.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
bf1a95a225
commit
d9f774d439
@@ -156,7 +156,7 @@ static int memcpy_real(void *dest, unsigned long src, size_t count)
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int memcpy_real_user(__user void *dest, unsigned long src, size_t count)
|
static int memcpy_real_user(void __user *dest, unsigned long src, size_t count)
|
||||||
{
|
{
|
||||||
static char buf[4096];
|
static char buf[4096];
|
||||||
int offs = 0, size;
|
int offs = 0, size;
|
||||||
|
Reference in New Issue
Block a user