Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
ca82d85b
Commit
ca82d85b
authored
Nov 03, 2005
by
Russell King
Committed by
Russell King
Nov 03, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Fix more 3016/1 breakage
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
06024f21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
arch/arm/mach-clps711x/edb7211-mm.c
arch/arm/mach-clps711x/edb7211-mm.c
+4
-4
arch/arm/mach-ixp2000/enp2611.c
arch/arm/mach-ixp2000/enp2611.c
+6
-6
No files found.
arch/arm/mach-clps711x/edb7211-mm.c
View file @
ca82d85b
...
...
@@ -55,22 +55,22 @@ static struct map_desc edb7211_io_desc[] __initdata = {
.
virtual
=
EP7211_VIRT_EXTKBD
,
.
pfn
=
__phys_to_pfn
(
EP7211_PHYS_EXTKBD
),
.
length
=
SZ_1M
,
.
type
-
MT_DEVICE
.
type
=
MT_DEVICE
,
},
{
/* and CS8900A Ethernet chip */
.
virtual
=
EP7211_VIRT_CS8900A
,
.
pfn
=
__phys_to_pfn
(
EP7211_PHYS_CS8900A
),
.
length
=
SZ_1M
,
.
type
=
MT_DEVICE
.
type
=
MT_DEVICE
,
},
{
/* flash banks */
.
virtual
=
EP7211_VIRT_FLASH1
,
.
pfn
=
__phys_to_pfn
(
EP7211_PHYS_FLASH1
),
.
length
=
SZ_8M
,
.
type
=
MT_DEVICE
.
type
=
MT_DEVICE
,
},
{
.
virtual
=
EP7211_VIRT_FLASH2
,
.
pfn
=
__phys_to_pfn
(
EP7211_PHYS_FLASH2
),
.
length
=
SZ_8M
,
.
type
=
MT_DEVICE
.
type
=
MT_DEVICE
,
}
};
...
...
arch/arm/mach-ixp2000/enp2611.c
View file @
ca82d85b
...
...
@@ -69,19 +69,19 @@ static struct sys_timer enp2611_timer = {
static
struct
map_desc
enp2611_io_desc
[]
__initdata
=
{
{
.
virtual
=
ENP2611_CALEB_VIRT_BASE
,
.
p
hysical
=
ENP2611_CALEB_PHYS_BASE
,
.
p
fn
=
__phys_to_pfn
(
ENP2611_CALEB_PHYS_BASE
)
,
.
length
=
ENP2611_CALEB_SIZE
,
.
type
=
MT_IXP2000_DEVICE
.
type
=
MT_IXP2000_DEVICE
,
},
{
.
virtual
=
ENP2611_PM3386_0_VIRT_BASE
,
.
p
hysical
=
ENP2611_PM3386_0_PHYS_BASE
,
.
p
fn
=
__phys_to_pfn
(
ENP2611_PM3386_0_PHYS_BASE
)
,
.
length
=
ENP2611_PM3386_0_SIZE
,
.
type
=
MT_IXP2000_DEVICE
.
type
=
MT_IXP2000_DEVICE
,
},
{
.
virtual
=
ENP2611_PM3386_1_VIRT_BASE
,
.
p
hysical
=
ENP2611_PM3386_1_PHYS_BASE
,
.
p
fn
=
__phys_to_pfn
(
ENP2611_PM3386_1_PHYS_BASE
)
,
.
length
=
ENP2611_PM3386_1_SIZE
,
.
type
=
MT_IXP2000_DEVICE
.
type
=
MT_IXP2000_DEVICE
,
}
};
...
...
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