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
nexedi
linux
Commits
ae9ba6bb
Commit
ae9ba6bb
authored
Aug 21, 2003
by
Patrick Mochel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[power] Move i386-specific swsusp code to arch/i386/power/
parent
9c2ea509
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
2 deletions
+3
-2
arch/i386/Makefile
arch/i386/Makefile
+1
-0
arch/i386/kernel/Makefile
arch/i386/kernel/Makefile
+0
-2
arch/i386/power/Makefile
arch/i386/power/Makefile
+2
-0
arch/i386/power/cpu.c
arch/i386/power/cpu.c
+0
-0
arch/i386/power/swsusp.S
arch/i386/power/swsusp.S
+0
-0
No files found.
arch/i386/Makefile
View file @
ae9ba6bb
...
@@ -96,6 +96,7 @@ drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/
...
@@ -96,6 +96,7 @@ drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/
drivers-$(CONFIG_PCI)
+=
arch
/i386/pci/
drivers-$(CONFIG_PCI)
+=
arch
/i386/pci/
# must be linked after kernel/
# must be linked after kernel/
drivers-$(CONFIG_OPROFILE)
+=
arch
/i386/oprofile/
drivers-$(CONFIG_OPROFILE)
+=
arch
/i386/oprofile/
drivers-$(CONFIG_PM)
+=
arch
/i386/power/
CFLAGS
+=
$
(
mflags-y
)
CFLAGS
+=
$
(
mflags-y
)
AFLAGS
+=
$
(
mflags-y
)
AFLAGS
+=
$
(
mflags-y
)
...
...
arch/i386/kernel/Makefile
View file @
ae9ba6bb
...
@@ -17,9 +17,7 @@ obj-$(CONFIG_MCA) += mca.o
...
@@ -17,9 +17,7 @@ obj-$(CONFIG_MCA) += mca.o
obj-$(CONFIG_X86_MSR)
+=
msr.o
obj-$(CONFIG_X86_MSR)
+=
msr.o
obj-$(CONFIG_X86_CPUID)
+=
cpuid.o
obj-$(CONFIG_X86_CPUID)
+=
cpuid.o
obj-$(CONFIG_MICROCODE)
+=
microcode.o
obj-$(CONFIG_MICROCODE)
+=
microcode.o
obj-$(CONFIG_PM)
+=
suspend.o
obj-$(CONFIG_APM)
+=
apm.o
obj-$(CONFIG_APM)
+=
apm.o
obj-$(CONFIG_SOFTWARE_SUSPEND)
+=
suspend_asm.o
obj-$(CONFIG_X86_SMP)
+=
smp.o smpboot.o
obj-$(CONFIG_X86_SMP)
+=
smp.o smpboot.o
obj-$(CONFIG_X86_TRAMPOLINE)
+=
trampoline.o
obj-$(CONFIG_X86_TRAMPOLINE)
+=
trampoline.o
obj-$(CONFIG_X86_MPPARSE)
+=
mpparse.o
obj-$(CONFIG_X86_MPPARSE)
+=
mpparse.o
...
...
arch/i386/power/Makefile
0 → 100644
View file @
ae9ba6bb
obj-$(CONFIG_PM)
+=
cpu.o
obj-$(CONFIG_SOFTWARE_SUSPEND)
+=
swsusp.o
arch/i386/
kernel/suspend
.c
→
arch/i386/
power/cpu
.c
View file @
ae9ba6bb
File moved
arch/i386/
kernel/suspend_asm
.S
→
arch/i386/
power/swsusp
.S
View file @
ae9ba6bb
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