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
8b844dd7
Commit
8b844dd7
authored
Mar 27, 2006
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc: Move perfmon_fsl_booke.c over to arch/powerpc
Signed-off-by:
Paul Mackerras
<
paulus@samba.org
>
parent
ed981856
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
6 deletions
+1
-6
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/Makefile
+1
-0
arch/powerpc/kernel/perfmon_fsl_booke.c
arch/powerpc/kernel/perfmon_fsl_booke.c
+0
-0
arch/ppc/kernel/Makefile
arch/ppc/kernel/Makefile
+0
-6
No files found.
arch/powerpc/kernel/Makefile
View file @
8b844dd7
...
...
@@ -38,6 +38,7 @@ obj-$(CONFIG_6xx) += idle_6xx.o l2cr_6xx.o cpu_setup_6xx.o
obj-$(CONFIG_TAU)
+=
tau_6xx.o
obj32-$(CONFIG_SOFTWARE_SUSPEND)
+=
swsusp_32.o
obj32-$(CONFIG_MODULES)
+=
module_32.o
obj-$(CONFIG_E500)
+=
perfmon_fsl_booke.o
ifeq
($(CONFIG_PPC_MERGE),y)
...
...
arch/ppc/kernel/perfmon_fsl_booke.c
→
arch/p
ower
pc/kernel/perfmon_fsl_booke.c
View file @
8b844dd7
File moved
arch/ppc/kernel/Makefile
View file @
8b844dd7
...
...
@@ -19,9 +19,6 @@ obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_RAPIDIO)
+=
rio.o
obj-$(CONFIG_KGDB)
+=
ppc-stub.o
obj-$(CONFIG_SMP)
+=
smp.o smp-tbsync.o
ifndef
CONFIG_E200
obj-$(CONFIG_FSL_BOOKE)
+=
perfmon_fsl_booke.o
endif
obj-$(CONFIG_KEXEC)
+=
machine_kexec.o relocate_kernel.o
ifndef
CONFIG_MATH_EMULATION
...
...
@@ -33,7 +30,4 @@ endif
else
obj-$(CONFIG_NOT_COHERENT_CACHE)
+=
dma-mapping.o
obj-$(CONFIG_KGDB)
+=
ppc-stub.o
ifndef
CONFIG_E200
obj-$(CONFIG_FSL_BOOKE)
+=
perfmon_fsl_booke.o
endif
endif
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