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
141e9d4b
Commit
141e9d4b
authored
Dec 03, 2007
by
Matthew Wilcox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move dmapool.c to mm/ directory
Signed-off-by:
Matthew Wilcox
<
willy@linux.intel.com
>
parent
09b56adc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
drivers/base/Makefile
drivers/base/Makefile
+1
-1
mm/Makefile
mm/Makefile
+1
-0
mm/dmapool.c
mm/dmapool.c
+0
-0
No files found.
drivers/base/Makefile
View file @
141e9d4b
...
...
@@ -5,7 +5,7 @@ obj-y := core.o sys.o bus.o dd.o \
cpu.o firmware.o init.o map.o devres.o
\
attribute_container.o transport_class.o
obj-y
+=
power/
obj-$(CONFIG_HAS_DMA)
+=
dma-mapping.o
dmapool.o
obj-$(CONFIG_HAS_DMA)
+=
dma-mapping.o
obj-$(CONFIG_ISA)
+=
isa.o
obj-$(CONFIG_FW_LOADER)
+=
firmware_class.o
obj-$(CONFIG_NUMA)
+=
node.o
...
...
mm/Makefile
View file @
141e9d4b
...
...
@@ -15,6 +15,7 @@ obj-y := bootmem.o filemap.o mempool.o oom_kill.o fadvise.o \
obj-$(CONFIG_BOUNCE)
+=
bounce.o
obj-$(CONFIG_SWAP)
+=
page_io.o swap_state.o swapfile.o thrash.o
obj-$(CONFIG_HAS_DMA)
+=
dmapool.o
obj-$(CONFIG_HUGETLBFS)
+=
hugetlb.o
obj-$(CONFIG_NUMA)
+=
mempolicy.o
obj-$(CONFIG_SPARSEMEM)
+=
sparse.o
...
...
drivers/base
/dmapool.c
→
mm
/dmapool.c
View file @
141e9d4b
File moved
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