Skip to content

Commit

Permalink
[ACPI] enable SMP C-states on x86_64
Browse files Browse the repository at this point in the history
http://bugzilla.kernel.org/show_bug.cgi?id=5653

Signed-off-by: David Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
David Shaohua Li authored and Len Brown committed Feb 9, 2006
1 parent 0bdd340 commit ffd642e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 72 deletions.
1 change: 1 addition & 0 deletions arch/x86_64/kernel/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o

ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y += processor.o
processor-y := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o
endif

72 changes: 0 additions & 72 deletions arch/x86_64/kernel/acpi/processor.c

This file was deleted.

2 changes: 2 additions & 0 deletions include/asm-x86_64/acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ extern int acpi_pci_disabled;

extern u8 x86_acpiid_to_apicid[];

#define ARCH_HAS_POWER_INIT 1

extern int acpi_skip_timer_override;

#endif /*__KERNEL__*/
Expand Down

0 comments on commit ffd642e

Please sign in to comment.