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
1b51d3a0
Commit
1b51d3a0
authored
Feb 12, 2007
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC64]: We do not need ZONE_DMA.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
fd19e44f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
15 deletions
+10
-15
arch/sparc64/Kconfig
arch/sparc64/Kconfig
+0
-8
arch/sparc64/defconfig
arch/sparc64/defconfig
+8
-5
arch/sparc64/mm/init.c
arch/sparc64/mm/init.c
+2
-2
No files found.
arch/sparc64/Kconfig
View file @
1b51d3a0
...
...
@@ -232,14 +232,6 @@ config LARGE_ALLOCS
source "mm/Kconfig"
config ZONE_DMA
bool
default y
config GENERIC_ISA_DMA
bool
default y
config ISA
bool
help
...
...
arch/sparc64/defconfig
View file @
1b51d3a0
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.20
# S
at Feb 10 23:08:12
2007
# S
un Feb 11 23:47:40
2007
#
CONFIG_SPARC=y
CONFIG_SPARC64=y
...
...
@@ -49,7 +49,6 @@ CONFIG_POSIX_MQUEUE=y
# CONFIG_IKCONFIG is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
...
...
@@ -144,7 +143,7 @@ CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_
GENERIC_ISA_DMA=y
CONFIG_
ZONE_DMA_FLAG=0
CONFIG_SBUS=y
CONFIG_SBUSCHAR=y
CONFIG_SUN_AUXIO=y
...
...
@@ -1259,6 +1258,10 @@ CONFIG_USB_HIDDEV=y
# DMA Devices
#
#
# Auxiliary Display support
#
#
# Virtualization
#
...
...
@@ -1450,7 +1453,6 @@ CONFIG_SCHEDSTATS=y
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_RWSEMS is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
...
...
@@ -1533,4 +1535,5 @@ CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_PLIST=y
CONFIG_IOMAP_COPY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
arch/sparc64/mm/init.c
View file @
1b51d3a0
...
...
@@ -1467,8 +1467,8 @@ void __init paging_init(void)
for
(
znum
=
0
;
znum
<
MAX_NR_ZONES
;
znum
++
)
zones_size
[
znum
]
=
zholes_size
[
znum
]
=
0
;
zones_size
[
ZONE_
DMA
]
=
end_pfn
;
zholes_size
[
ZONE_
DMA
]
=
end_pfn
-
pages_avail
;
zones_size
[
ZONE_
NORMAL
]
=
end_pfn
;
zholes_size
[
ZONE_
NORMAL
]
=
end_pfn
-
pages_avail
;
free_area_init_node
(
0
,
&
contig_page_data
,
zones_size
,
__pa
(
PAGE_OFFSET
)
>>
PAGE_SHIFT
,
...
...
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