Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
4a8a738d
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
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看板
提交
4a8a738d
编写于
2月 27, 2010
作者:
R
Ralf Baechle
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MIPS: Make various locks static.
Signed-off-by:
N
Ralf Baechle
<
ralf@linux-mips.org
>
上级
559e25a5
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
9 addition
and
9 deletion
+9
-9
arch/mips/cavium-octeon/octeon-irq.c
arch/mips/cavium-octeon/octeon-irq.c
+2
-1
arch/mips/dec/kn01-berr.c
arch/mips/dec/kn01-berr.c
+1
-1
arch/mips/include/asm/dec/kn01.h
arch/mips/include/asm/dec/kn01.h
+0
-1
arch/mips/oprofile/op_model_loongson2.c
arch/mips/oprofile/op_model_loongson2.c
+1
-1
arch/mips/pci/ops-pmcmsp.c
arch/mips/pci/ops-pmcmsp.c
+1
-1
arch/mips/sgi-ip27/ip27-nmi.c
arch/mips/sgi-ip27/ip27-nmi.c
+1
-1
arch/mips/sibyte/bcm1480/irq.c
arch/mips/sibyte/bcm1480/irq.c
+1
-1
arch/mips/sibyte/sb1250/irq.c
arch/mips/sibyte/sb1250/irq.c
+1
-1
arch/mips/sni/rm200.c
arch/mips/sni/rm200.c
+1
-1
未找到文件。
arch/mips/cavium-octeon/octeon-irq.c
浏览文件 @
4a8a738d
...
...
@@ -15,7 +15,6 @@
DEFINE_RWLOCK
(
octeon_irq_ciu0_rwlock
);
DEFINE_RWLOCK
(
octeon_irq_ciu1_rwlock
);
DEFINE_SPINLOCK
(
octeon_irq_msi_lock
);
static
int
octeon_coreid_for_cpu
(
int
cpu
)
{
...
...
@@ -545,6 +544,8 @@ static struct irq_chip octeon_irq_chip_ciu1 = {
#ifdef CONFIG_PCI_MSI
static
DEFINE_SPINLOCK
(
octeon_irq_msi_lock
);
static
void
octeon_irq_msi_ack
(
unsigned
int
irq
)
{
if
(
!
octeon_has_feature
(
OCTEON_FEATURE_PCIE
))
{
...
...
arch/mips/dec/kn01-berr.c
浏览文件 @
4a8a738d
...
...
@@ -46,7 +46,7 @@
* There is no default value -- it has to be initialized.
*/
u16
cached_kn01_csr
;
DEFINE_SPINLOCK
(
kn01_lock
);
static
DEFINE_SPINLOCK
(
kn01_lock
);
static
inline
void
dec_kn01_be_ack
(
void
)
...
...
arch/mips/include/asm/dec/kn01.h
浏览文件 @
4a8a738d
...
...
@@ -80,7 +80,6 @@
struct
pt_regs
;
extern
u16
cached_kn01_csr
;
extern
spinlock_t
kn01_lock
;
extern
void
dec_kn01_be_init
(
void
);
extern
int
dec_kn01_be_handler
(
struct
pt_regs
*
regs
,
int
is_fixup
);
...
...
arch/mips/oprofile/op_model_loongson2.c
浏览文件 @
4a8a738d
...
...
@@ -47,7 +47,7 @@ static struct loongson2_register_config {
int
cnt1_enabled
,
cnt2_enabled
;
}
reg
;
DEFINE_SPINLOCK
(
sample_lock
);
static
DEFINE_SPINLOCK
(
sample_lock
);
static
char
*
oprofid
=
"LoongsonPerf"
;
static
irqreturn_t
loongson2_perfcount_handler
(
int
irq
,
void
*
dev_id
);
...
...
arch/mips/pci/ops-pmcmsp.c
浏览文件 @
4a8a738d
...
...
@@ -206,7 +206,7 @@ static void pci_proc_init(void)
}
#endif
/* CONFIG_PROC_FS && PCI_COUNTERS */
DEFINE_SPINLOCK
(
bpci_lock
);
static
DEFINE_SPINLOCK
(
bpci_lock
);
/*****************************************************************************
*
...
...
arch/mips/sgi-ip27/ip27-nmi.c
浏览文件 @
4a8a738d
...
...
@@ -21,7 +21,7 @@
typedef
unsigned
long
machreg_t
;
DEFINE_SPINLOCK
(
nmi_lock
);
static
DEFINE_SPINLOCK
(
nmi_lock
);
/*
* Lets see what else we need to do here. Set up sp, gp?
...
...
arch/mips/sibyte/bcm1480/irq.c
浏览文件 @
4a8a738d
...
...
@@ -73,7 +73,7 @@ static struct irq_chip bcm1480_irq_type = {
/* Store the CPU id (not the logical number) */
int
bcm1480_irq_owner
[
BCM1480_NR_IRQS
];
DEFINE_SPINLOCK
(
bcm1480_imr_lock
);
static
DEFINE_SPINLOCK
(
bcm1480_imr_lock
);
void
bcm1480_mask_irq
(
int
cpu
,
int
irq
)
{
...
...
arch/mips/sibyte/sb1250/irq.c
浏览文件 @
4a8a738d
...
...
@@ -72,7 +72,7 @@ static struct irq_chip sb1250_irq_type = {
/* Store the CPU id (not the logical number) */
int
sb1250_irq_owner
[
SB1250_NR_IRQS
];
DEFINE_SPINLOCK
(
sb1250_imr_lock
);
static
DEFINE_SPINLOCK
(
sb1250_imr_lock
);
void
sb1250_mask_irq
(
int
cpu
,
int
irq
)
{
...
...
arch/mips/sni/rm200.c
浏览文件 @
4a8a738d
...
...
@@ -132,7 +132,7 @@ device_initcall(snirm_setup_devinit);
* readb/writeb to access them
*/
DEFINE_SPINLOCK
(
sni_rm200_i8259A_lock
);
static
DEFINE_SPINLOCK
(
sni_rm200_i8259A_lock
);
#define PIC_CMD 0x00
#define PIC_IMR 0x01
#define PIC_ISR PIC_CMD
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录