Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
141e9d4b
Commit
141e9d4b
authored
17 years ago
by
Matthew Wilcox
Browse files
Options
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
...
...
This diff is collapsed.
Click to expand it.
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
...
...
This diff is collapsed.
Click to expand it.
drivers/base
/dmapool.c
→
mm
/dmapool.c
View file @
141e9d4b
File moved
This diff is collapsed.
Click to expand it.
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