Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
c6a519d2
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
c6a519d2
编写于
9月 26, 2005
作者:
L
Linus Torvalds
浏览文件
操作
浏览文件
下载
差异文件
Merge master.kernel.org:/home/rmk/linux-2.6-arm
上级
bf0cbb3e
819ccc86
变更
4
展开全部
隐藏空白更改
内联
并排
Showing
4 changed file
with
327 addition
and
266 deletion
+327
-266
arch/arm/configs/ixp4xx_defconfig
arch/arm/configs/ixp4xx_defconfig
+318
-259
arch/arm/mach-ixp4xx/common.c
arch/arm/mach-ixp4xx/common.c
+4
-1
include/asm-arm/arch-s3c2410/anubis-map.h
include/asm-arm/arch-s3c2410/anubis-map.h
+5
-5
include/asm-arm/signal.h
include/asm-arm/signal.h
+0
-1
未找到文件。
arch/arm/configs/ixp4xx_defconfig
浏览文件 @
c6a519d2
此差异已折叠。
点击以展开。
arch/arm/mach-ixp4xx/common.c
浏览文件 @
c6a519d2
...
...
@@ -125,7 +125,8 @@ static int ixp4xx_set_irq_type(unsigned int irq, unsigned int type)
}
else
if
(
type
&
IRQT_LOW
)
{
int_style
=
IXP4XX_GPIO_STYLE_ACTIVE_LOW
;
irq_type
=
IXP4XX_IRQ_LEVEL
;
}
}
else
return
-
EINVAL
;
ixp4xx_config_irq
(
irq
,
irq_type
);
...
...
@@ -142,6 +143,8 @@ static int ixp4xx_set_irq_type(unsigned int irq, unsigned int type)
/* Set the new style */
*
int_reg
|=
(
int_style
<<
(
line
*
IXP4XX_GPIO_STYLE_SIZE
));
return
0
;
}
static
void
ixp4xx_irq_mask
(
unsigned
int
irq
)
...
...
include/asm-arm/arch-s3c2410/anubis-map.h
浏览文件 @
c6a519d2
...
...
@@ -20,22 +20,22 @@
/* start peripherals off after the S3C2410 */
#define ANUBIS_IOADDR(x) (S3C2410_ADDR((x) + 0x0
20
00000))
#define ANUBIS_IOADDR(x) (S3C2410_ADDR((x) + 0x0
18
00000))
#define ANUBIS_PA_CPLD (S3C2410_CS1 | (1<<26))
/* we put the CPLD registers next, to get them out of the way */
#define ANUBIS_VA_CTRL1 ANUBIS_IOADDR(0x00000000)
/* 0x01
3
00000 */
#define ANUBIS_VA_CTRL1 ANUBIS_IOADDR(0x00000000)
/* 0x01
8
00000 */
#define ANUBIS_PA_CTRL1 (ANUBIS_PA_CPLD)
#define ANUBIS_VA_CTRL2 ANUBIS_IOADDR(0x00100000)
/* 0x01
4
00000 */
#define ANUBIS_VA_CTRL2 ANUBIS_IOADDR(0x00100000)
/* 0x01
9
00000 */
#define ANUBIS_PA_CTRL2 (ANUBIS_PA_CPLD)
#define ANUBIS_VA_CTRL3 ANUBIS_IOADDR(0x00200000)
/* 0x01
5
00000 */
#define ANUBIS_VA_CTRL3 ANUBIS_IOADDR(0x00200000)
/* 0x01
A
00000 */
#define ANUBIS_PA_CTRL3 (ANUBIS_PA_CPLD)
#define ANUBIS_VA_CTRL4 ANUBIS_IOADDR(0x00300000)
/* 0x01
6
00000 */
#define ANUBIS_VA_CTRL4 ANUBIS_IOADDR(0x00300000)
/* 0x01
B
00000 */
#define ANUBIS_PA_CTRL4 (ANUBIS_PA_CPLD)
#define ANUBIS_IDEPRI ANUBIS_IOADDR(0x01000000)
...
...
include/asm-arm/signal.h
浏览文件 @
c6a519d2
...
...
@@ -115,7 +115,6 @@ typedef unsigned long sigset_t;
#ifdef __KERNEL__
#define SA_TIMER 0x40000000
#define SA_IRQNOMASK 0x08000000
#endif
#include <asm-generic/signal.h>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录