Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
6ed2288c
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 4 年多
通知
15
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
6ed2288c
编写于
1月 30, 2017
作者:
A
Al Viro
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
vchiq_2835_arm: switch to get_user_pages_fast()
Signed-off-by:
N
Al Viro
<
viro@zeniv.linux.org.uk
>
上级
2bd6bf03
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
7 addition
and
13 deletion
+7
-13
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
...taging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
+7
-13
未找到文件。
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
浏览文件 @
6ed2288c
...
@@ -92,8 +92,7 @@ static irqreturn_t
...
@@ -92,8 +92,7 @@ static irqreturn_t
vchiq_doorbell_irq
(
int
irq
,
void
*
dev_id
);
vchiq_doorbell_irq
(
int
irq
,
void
*
dev_id
);
static
struct
vchiq_pagelist_info
*
static
struct
vchiq_pagelist_info
*
create_pagelist
(
char
__user
*
buf
,
size_t
count
,
unsigned
short
type
,
create_pagelist
(
char
__user
*
buf
,
size_t
count
,
unsigned
short
type
);
struct
task_struct
*
task
);
static
void
static
void
free_pagelist
(
struct
vchiq_pagelist_info
*
pagelistinfo
,
free_pagelist
(
struct
vchiq_pagelist_info
*
pagelistinfo
,
...
@@ -251,8 +250,7 @@ vchiq_prepare_bulk_data(VCHIQ_BULK_T *bulk, VCHI_MEM_HANDLE_T memhandle,
...
@@ -251,8 +250,7 @@ vchiq_prepare_bulk_data(VCHIQ_BULK_T *bulk, VCHI_MEM_HANDLE_T memhandle,
pagelistinfo
=
create_pagelist
((
char
__user
*
)
offset
,
size
,
pagelistinfo
=
create_pagelist
((
char
__user
*
)
offset
,
size
,
(
dir
==
VCHIQ_BULK_RECEIVE
)
(
dir
==
VCHIQ_BULK_RECEIVE
)
?
PAGELIST_READ
?
PAGELIST_READ
:
PAGELIST_WRITE
,
:
PAGELIST_WRITE
);
current
);
if
(
!
pagelistinfo
)
if
(
!
pagelistinfo
)
return
VCHIQ_ERROR
;
return
VCHIQ_ERROR
;
...
@@ -391,8 +389,7 @@ cleanup_pagelistinfo(struct vchiq_pagelist_info *pagelistinfo)
...
@@ -391,8 +389,7 @@ cleanup_pagelistinfo(struct vchiq_pagelist_info *pagelistinfo)
*/
*/
static
struct
vchiq_pagelist_info
*
static
struct
vchiq_pagelist_info
*
create_pagelist
(
char
__user
*
buf
,
size_t
count
,
unsigned
short
type
,
create_pagelist
(
char
__user
*
buf
,
size_t
count
,
unsigned
short
type
)
struct
task_struct
*
task
)
{
{
PAGELIST_T
*
pagelist
;
PAGELIST_T
*
pagelist
;
struct
vchiq_pagelist_info
*
pagelistinfo
;
struct
vchiq_pagelist_info
*
pagelistinfo
;
...
@@ -472,14 +469,11 @@ create_pagelist(char __user *buf, size_t count, unsigned short type,
...
@@ -472,14 +469,11 @@ create_pagelist(char __user *buf, size_t count, unsigned short type,
}
}
/* do not try and release vmalloc pages */
/* do not try and release vmalloc pages */
}
else
{
}
else
{
down_read
(
&
task
->
mm
->
mmap_sem
);
actual_pages
=
get_user_pages_fast
(
actual_pages
=
get_user_pages
(
(
unsigned
long
)
buf
&
PAGE_MASK
,
(
unsigned
long
)
buf
&
PAGE_MASK
,
num_pages
,
num_pages
,
(
type
==
PAGELIST_READ
)
?
FOLL_WRITE
:
0
,
type
==
PAGELIST_READ
,
pages
,
pages
);
NULL
/*vmas */
);
up_read
(
&
task
->
mm
->
mmap_sem
);
if
(
actual_pages
!=
num_pages
)
{
if
(
actual_pages
!=
num_pages
)
{
vchiq_log_info
(
vchiq_arm_log_level
,
vchiq_log_info
(
vchiq_arm_log_level
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录