Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188082
b: refs/heads/master
c: 4d5d4cd
h: refs/heads/master
v: v3
  • Loading branch information
Alex Chiang authored and Len Brown committed Mar 15, 2010
1 parent bf505eb commit 8cda5e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0131aa3dd7dcf41c66784b96ff351f63ee3ef348
refs/heads/master: 4d5d4cd88c542ff56cf7feacd29cc907f2abbfbb
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ acpi-$(CONFIG_ACPI_SLEEP) += proc.o
#
acpi-y += bus.o glue.o
acpi-y += scan.o
acpi-y += processor_pdc.o
acpi-y += processor_core.o
acpi-y += ec.o
acpi-$(CONFIG_ACPI_DOCK) += dock.o
acpi-y += pci_root.o pci_link.o pci_irq.o pci_bind.o
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#define PREFIX "ACPI: "
#define _COMPONENT ACPI_PROCESSOR_COMPONENT
ACPI_MODULE_NAME("processor_pdc");
ACPI_MODULE_NAME("processor_core");

static int set_no_mwait(const struct dmi_system_id *id)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/acpi/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit)

#endif /* CONFIG_CPU_FREQ */

/* in processor_pdc.c */
/* in processor_core.c */
void acpi_processor_set_pdc(acpi_handle handle);

/* in processor_throttling.c */
Expand Down

0 comments on commit 8cda5e3

Please sign in to comment.