Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
83737691
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
161
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
83737691
编写于
12月 22, 2014
作者:
B
Borislav Petkov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
x86, mce: Fix sparse errors
Make stuff used in mce.c only, static. Signed-off-by:
N
Borislav Petkov
<
bp@suse.de
>
上级
6c80f87e
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
3 addition
and
3 deletion
+3
-3
arch/x86/kernel/cpu/mcheck/mce.c
arch/x86/kernel/cpu/mcheck/mce.c
+3
-3
未找到文件。
arch/x86/kernel/cpu/mcheck/mce.c
浏览文件 @
83737691
...
@@ -115,7 +115,7 @@ static void (*quirk_no_way_out)(int bank, struct mce *m, struct pt_regs *regs);
...
@@ -115,7 +115,7 @@ static void (*quirk_no_way_out)(int bank, struct mce *m, struct pt_regs *regs);
* CPU/chipset specific EDAC code can register a notifier call here to print
* CPU/chipset specific EDAC code can register a notifier call here to print
* MCE errors in a human-readable form.
* MCE errors in a human-readable form.
*/
*/
ATOMIC_NOTIFIER_HEAD
(
x86_mce_decoder_chain
);
static
ATOMIC_NOTIFIER_HEAD
(
x86_mce_decoder_chain
);
/* Do initial initialization of a struct mce */
/* Do initial initialization of a struct mce */
void
mce_setup
(
struct
mce
*
m
)
void
mce_setup
(
struct
mce
*
m
)
...
@@ -529,7 +529,7 @@ static void mce_schedule_work(void)
...
@@ -529,7 +529,7 @@ static void mce_schedule_work(void)
schedule_work
(
this_cpu_ptr
(
&
mce_work
));
schedule_work
(
this_cpu_ptr
(
&
mce_work
));
}
}
DEFINE_PER_CPU
(
struct
irq_work
,
mce_irq_work
);
static
DEFINE_PER_CPU
(
struct
irq_work
,
mce_irq_work
);
static
void
mce_irq_work_cb
(
struct
irq_work
*
entry
)
static
void
mce_irq_work_cb
(
struct
irq_work
*
entry
)
{
{
...
@@ -1012,7 +1012,7 @@ static void mce_clear_state(unsigned long *toclear)
...
@@ -1012,7 +1012,7 @@ static void mce_clear_state(unsigned long *toclear)
*/
*/
#define MCE_INFO_MAX 16
#define MCE_INFO_MAX 16
struct
mce_info
{
st
atic
st
ruct
mce_info
{
atomic_t
inuse
;
atomic_t
inuse
;
struct
task_struct
*
t
;
struct
task_struct
*
t
;
__u64
paddr
;
__u64
paddr
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录