Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
c7e606a8
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看板
提交
c7e606a8
编写于
9月 13, 2008
作者:
D
David S. Miller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sparc32: Delete master_l10_limit.
It is only set, never used. Signed-off-by:
N
David S. Miller
<
davem@davemloft.net
>
上级
8bd8deea
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
0 addition
and
5 deletion
+0
-5
arch/sparc/include/asm/timer_32.h
arch/sparc/include/asm/timer_32.h
+0
-1
arch/sparc/kernel/sun4c_irq.c
arch/sparc/kernel/sun4c_irq.c
+0
-1
arch/sparc/kernel/sun4d_irq.c
arch/sparc/kernel/sun4d_irq.c
+0
-1
arch/sparc/kernel/sun4m_irq.c
arch/sparc/kernel/sun4m_irq.c
+0
-1
arch/sparc/kernel/time.c
arch/sparc/kernel/time.c
+0
-1
未找到文件。
arch/sparc/include/asm/timer_32.h
浏览文件 @
c7e606a8
...
...
@@ -12,7 +12,6 @@
#include <asm/btfixup.h>
extern
__volatile__
unsigned
int
*
master_l10_counter
;
extern
__volatile__
unsigned
int
*
master_l10_limit
;
/* FIXME: Make do_[gs]ettimeofday btfixup calls */
BTFIXUPDEF_CALL
(
int
,
bus_do_settimeofday
,
struct
timespec
*
tv
)
...
...
arch/sparc/kernel/sun4c_irq.c
浏览文件 @
c7e606a8
...
...
@@ -172,7 +172,6 @@ static void __init sun4c_init_timers(irq_handler_t counter_fn)
sbus_writel
((((
1000000
/
HZ
)
+
1
)
<<
10
),
&
sun4c_timers
->
l10_limit
);
master_l10_counter
=
&
sun4c_timers
->
l10_count
;
master_l10_limit
=
&
sun4c_timers
->
l10_limit
;
err
=
request_irq
(
irq
[
0
].
pri
,
counter_fn
,
(
IRQF_DISABLED
|
SA_STATIC_ALLOC
),
...
...
arch/sparc/kernel/sun4d_irq.c
浏览文件 @
c7e606a8
...
...
@@ -526,7 +526,6 @@ static void __init sun4d_init_timers(irq_handler_t counter_fn)
sbus_writel
((((
1000000
/
HZ
)
+
1
)
<<
10
),
&
sun4d_timers
->
l10_timer_limit
);
master_l10_counter
=
&
sun4d_timers
->
l10_cur_count
;
master_l10_limit
=
&
sun4d_timers
->
l10_timer_limit
;
err
=
request_irq
(
TIMER_IRQ
,
counter_fn
,
(
IRQF_DISABLED
|
SA_STATIC_ALLOC
),
...
...
arch/sparc/kernel/sun4m_irq.c
浏览文件 @
c7e606a8
...
...
@@ -303,7 +303,6 @@ static void __init sun4m_init_timers(irq_handler_t counter_fn)
sbus_writel
((((
1000000
/
HZ
)
+
1
)
<<
10
),
&
timers_global
->
l10_limit
);
master_l10_counter
=
&
timers_global
->
l10_count
;
master_l10_limit
=
&
timers_global
->
l10_limit
;
err
=
request_irq
(
TIMER_IRQ
,
counter_fn
,
(
IRQF_DISABLED
|
SA_STATIC_ALLOC
),
"timer"
,
NULL
);
...
...
arch/sparc/kernel/time.c
浏览文件 @
c7e606a8
...
...
@@ -73,7 +73,6 @@ unsigned long profile_pc(struct pt_regs *regs)
EXPORT_SYMBOL
(
profile_pc
);
__volatile__
unsigned
int
*
master_l10_counter
;
__volatile__
unsigned
int
*
master_l10_limit
;
/*
* timer_interrupt() needs to keep up the real-time clock,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录