[<prev] [next>] [day] [month] [year] [list]
Message-ID: <6b4e42d10610251311r27f672bbr519158411b90d569@mail.gmail.com>
Date: Wed, 25 Oct 2006 13:11:42 -0700
From: "Om Narasimhan" <om.turyx@...il.com>
To: "Andi Kleen" <ak@...e.de>
Cc: randy.dunlap@...cle.com, omanakuttan.potty@....com,
clemens@...isch.de, vojtech@...e.cz, bob.picco@...com,
venkatesh.pallipadi@...el.com, omanakuttan@...p.cc,
linux-kernel@...r.kernel.org
Subject: Re: HPET : Legacy Routing Replacement Enable (02/03) - Generic
Patch 02/03 : Generic code changes.
------
Signed-Off-by : Om Narasimhan <om.turyx@...il.com>
include/linux/acpi.h | 1 +
include/linux/hpet.h | 7 +++++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/include/linux/acpi.h b/include/linux/acpi.h
index 88b5dfd..aac4a89 100644
--- a/include/linux/acpi.h
+++ b/include/linux/acpi.h
@@ -220,6 +220,7 @@ enum acpi_interrupt_id {
};
#define ACPI_SPACE_MEM 0
+#define ACPI_HPET_LRR_CAP 0x8000
struct acpi_gen_regaddr {
u8 space_id;
diff --git a/include/linux/hpet.h b/include/linux/hpet.h
index 707f7cb..6c31473 100644
--- a/include/linux/hpet.h
+++ b/include/linux/hpet.h
@@ -119,6 +119,13 @@ int hpet_register(struct hpet_task *, in
int hpet_unregister(struct hpet_task *);
int hpet_control(struct hpet_task *, unsigned int, unsigned long);
+
+/* these are used by time.c */
+extern void i8254_timer_resume(void);
+extern int using_apic_timer;
+extern int acpi_hpet_lrr;
+extern int hpet_lrr_force;
+
#endif /* __KERNEL__ */
struct hpet_info {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists