Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e9107ab6
Commit
e9107ab6
authored
Jul 05, 2011
by
Nicolas Pitre
Committed by
Nicolas Pitre
Jul 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: mach-sa1100: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
Signed-off-by:
Nicolas Pitre
<
nicolas.pitre@linaro.org
>
parent
00e9125e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
arch/arm/mach-sa1100/assabet.c
arch/arm/mach-sa1100/assabet.c
+3
-0
arch/arm/mach-sa1100/badge4.c
arch/arm/mach-sa1100/badge4.c
+3
-0
arch/arm/mach-sa1100/include/mach/memory.h
arch/arm/mach-sa1100/include/mach/memory.h
+0
-4
arch/arm/mach-sa1100/jornada720.c
arch/arm/mach-sa1100/jornada720.c
+3
-0
No files found.
arch/arm/mach-sa1100/assabet.c
View file @
e9107ab6
...
...
@@ -453,4 +453,7 @@ MACHINE_START(ASSABET, "Intel-Assabet")
.
init_irq
=
sa1100_init_irq
,
.
timer
=
&
sa1100_timer
,
.
init_machine
=
assabet_init
,
#ifdef CONFIG_SA1111
.
dma_zone_size
=
SZ_1M
,
#endif
MACHINE_END
arch/arm/mach-sa1100/badge4.c
View file @
e9107ab6
...
...
@@ -306,4 +306,7 @@ MACHINE_START(BADGE4, "Hewlett-Packard Laboratories BadgePAD 4")
.
map_io
=
badge4_map_io
,
.
init_irq
=
sa1100_init_irq
,
.
timer
=
&
sa1100_timer
,
#ifdef CONFIG_SA1111
.
dma_zone_size
=
SZ_1M
,
#endif
MACHINE_END
arch/arm/mach-sa1100/include/mach/memory.h
View file @
e9107ab6
...
...
@@ -14,10 +14,6 @@
*/
#define PLAT_PHYS_OFFSET UL(0xc0000000)
#ifdef CONFIG_SA1111
#define ARM_DMA_ZONE_SIZE SZ_1M
#endif
/*
* Because of the wide memory address space between physical RAM banks on the
* SA1100, it's much convenient to use Linux's SparseMEM support to implement
...
...
arch/arm/mach-sa1100/jornada720.c
View file @
e9107ab6
...
...
@@ -369,4 +369,7 @@ MACHINE_START(JORNADA720, "HP Jornada 720")
.
init_irq
=
sa1100_init_irq
,
.
timer
=
&
sa1100_timer
,
.
init_machine
=
jornada720_mach_init
,
#ifdef CONFIG_SA1111
.
dma_zone_size
=
SZ_1M
,
#endif
MACHINE_END
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