Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
47aa8f49
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
47aa8f49
编写于
4月 09, 2008
作者:
P
Paul Mundt
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sh: Fix up SH7763 build.
Signed-off-by:
N
Paul Mundt
<
lethal@linux-sh.org
>
上级
67908abf
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
1 addition
and
9 deletion
+1
-9
arch/sh/kernel/cpu/sh4a/setup-sh7763.c
arch/sh/kernel/cpu/sh4a/setup-sh7763.c
+1
-9
未找到文件。
arch/sh/kernel/cpu/sh4a/setup-sh7763.c
浏览文件 @
47aa8f49
...
...
@@ -231,12 +231,6 @@ static struct intc_group groups[] __initdata = {
INTC_GROUP
(
GPIO
,
GPIO_CH0
,
GPIO_CH1
,
GPIO_CH2
,
GPIO_CH3
),
};
static
struct
intc_prio
priorities
[]
__initdata
=
{
INTC_PRIO
(
SCIF0
,
3
),
INTC_PRIO
(
SCIF1
,
3
),
INTC_PRIO
(
SCIF2
,
3
),
};
static
struct
intc_mask_reg
mask_registers
[]
__initdata
=
{
{
0xffd40038
,
0xffd4003c
,
32
,
/* INT2MSKR / INT2MSKCR */
{
0
,
0
,
0
,
0
,
0
,
0
,
GPIO
,
0
,
...
...
@@ -270,11 +264,10 @@ static struct intc_prio_reg prio_registers[] __initdata = {
{
0xffd400b4
,
0
,
32
,
8
,
/* INT2PRI13 */
{
0
,
0
,
STIF1
,
STIF0
}
},
};
static
DECLARE_INTC_DESC
(
intc_desc
,
"sh7763"
,
vectors
,
groups
,
priorities
,
static
DECLARE_INTC_DESC
(
intc_desc
,
"sh7763"
,
vectors
,
groups
,
mask_registers
,
prio_registers
,
NULL
);
/* Support for external interrupt pins in IRQ mode */
static
struct
intc_vect
irq_vectors
[]
__initdata
=
{
INTC_VECT
(
IRQ0
,
0x240
),
INTC_VECT
(
IRQ1
,
0x280
),
INTC_VECT
(
IRQ2
,
0x2c0
),
INTC_VECT
(
IRQ3
,
0x300
),
...
...
@@ -302,7 +295,6 @@ static DECLARE_INTC_DESC(intc_irq_desc, "sh7763-irq", irq_vectors,
irq_sense_registers
);
/* External interrupt pins in IRL mode */
static
struct
intc_vect
irl_vectors
[]
__initdata
=
{
INTC_VECT
(
IRL_LLLL
,
0x200
),
INTC_VECT
(
IRL_LLLH
,
0x220
),
INTC_VECT
(
IRL_LLHL
,
0x240
),
INTC_VECT
(
IRL_LLHH
,
0x260
),
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录