Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
47aa8f49
Commit
47aa8f49
authored
Apr 09, 2008
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Fix up SH7763 build.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
67908abf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
arch/sh/kernel/cpu/sh4a/setup-sh7763.c
arch/sh/kernel/cpu/sh4a/setup-sh7763.c
+1
-9
No files found.
arch/sh/kernel/cpu/sh4a/setup-sh7763.c
View file @
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
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment