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
09eee634
Commit
09eee634
authored
Oct 28, 2005
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc: Move U3 IOMMU driver to arch/powerpc/sysdev
Signed-off-by:
Paul Mackerras
<
paulus@samba.org
>
parent
bfab1019
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/Makefile
+1
-0
arch/powerpc/sysdev/u3_iommu.c
arch/powerpc/sysdev/u3_iommu.c
+0
-0
arch/ppc64/kernel/Makefile
arch/ppc64/kernel/Makefile
+0
-2
No files found.
arch/powerpc/sysdev/Makefile
View file @
09eee634
...
...
@@ -4,3 +4,4 @@ obj-$(CONFIG_PPC_I8259) += i8259.o
obj-$(CONFIG_PPC_MPC106)
+=
grackle.o
obj-$(CONFIG_BOOKE)
+=
dcr.o
obj-$(CONFIG_40x)
+=
dcr.o
obj-$(CONFIG_U3_DART)
+=
u3_iommu.o
arch/p
pc64/kernel
/u3_iommu.c
→
arch/p
owerpc/sysdev
/u3_iommu.c
View file @
09eee634
File moved
arch/ppc64/kernel/Makefile
View file @
09eee634
...
...
@@ -60,8 +60,6 @@ obj-$(CONFIG_PPC_PMAC) += udbg_scc.o
obj-$(CONFIG_PPC_MAPLE)
+=
maple_setup.o maple_pci.o maple_time.o
\
udbg_16550.o
obj-$(CONFIG_U3_DART)
+=
u3_iommu.o
ifdef
CONFIG_SMP
obj-$(CONFIG_PPC_PMAC)
+=
smp-tbsync.o
obj-$(CONFIG_PPC_MAPLE)
+=
smp-tbsync.o
...
...
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