* [PATCH] Fix perfctr on x86_64
@ 2003-06-12 21:54 Bryan O'Sullivan
2003-06-12 22:05 ` mikpe
0 siblings, 1 reply; 3+ messages in thread
From: Bryan O'Sullivan @ 2003-06-12 21:54 UTC (permalink / raw)
To: mikpe; +Cc: linux-kernel, perfctr-devel
[-- Attachment #1: Type: text/plain, Size: 197 bytes --]
Mikael -
One of Andi's pre-2.5.70 x86_64 merges converted the x86_64 APIC code to
using the new driver model. This patch against perfctr-2.5.4 fixes the
kernel portion of the perfctr build.
<b
[-- Attachment #2: Type: text/plain, Size: 2143 bytes --]
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1441 -> 1.1442
# drivers/perfctr/x86_64.c 1.1 -> 1.2
# drivers/perfctr/x86_64_setup.c 1.1 -> 1.2
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/06/12 bos@serpentine.com 1.1442
# x86_64_setup.c, x86_64.c:
# perfctr: Use new driver model for x86_64.
# --------------------------------------------
#
diff -Nru a/drivers/perfctr/x86_64.c b/drivers/perfctr/x86_64.c
--- a/drivers/perfctr/x86_64.c Thu Jun 12 14:50:18 2003
+++ b/drivers/perfctr/x86_64.c Thu Jun 12 14:50:18 2003
@@ -533,8 +533,8 @@
printk("perfctr: PM resume\n");
}
-/* XXX: x86_64 hasn't converted apic & nmi to driver model yet */
-#if 0 && LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,67)
+/* x86_64 didn't convert apic & nmi to driver model until 2.5.70 */
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70)
#include <linux/device.h>
@@ -623,8 +623,8 @@
#ifdef NMI_LOCAL_APIC
-/* XXX: x86_64 hasn't converted apic & nmi to driver model yet */
-#if 1 || LINUX_VERSION_CODE < KERNEL_VERSION(2,5,67)
+/* XXX: x86_64 didn't convert apic & nmi to driver model until 2.5.70 */
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,70)
static void __init disable_lapic_nmi_watchdog(void)
{
#ifdef CONFIG_PM
diff -Nru a/drivers/perfctr/x86_64_setup.c b/drivers/perfctr/x86_64_setup.c
--- a/drivers/perfctr/x86_64_setup.c Thu Jun 12 14:50:18 2003
+++ b/drivers/perfctr/x86_64_setup.c Thu Jun 12 14:50:18 2003
@@ -59,8 +59,8 @@
#ifdef NMI_LOCAL_APIC
EXPORT_SYMBOL(nmi_perfctr_msr);
-/* XXX: x86_64 hasn't converted apic & nmi to driver model yet */
-#if /*LINUX_VERSION_CODE < KERNEL_VERSION(2,5,67) &&*/ defined(CONFIG_PM)
+/* x86_64 didn't convert apic & nmi to driver model until 2.5.70 */
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,70) && defined(CONFIG_PM)
EXPORT_SYMBOL(apic_pm_register);
EXPORT_SYMBOL(apic_pm_unregister);
EXPORT_SYMBOL(nmi_pmdev);
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Fix perfctr on x86_64
2003-06-12 21:54 [PATCH] Fix perfctr on x86_64 Bryan O'Sullivan
@ 2003-06-12 22:05 ` mikpe
2003-06-12 22:21 ` Bryan O'Sullivan
0 siblings, 1 reply; 3+ messages in thread
From: mikpe @ 2003-06-12 22:05 UTC (permalink / raw)
To: Bryan O'Sullivan; +Cc: linux-kernel, perfctr-devel
Bryan O'Sullivan writes:
> Mikael -
>
> One of Andi's pre-2.5.70 x86_64 merges converted the x86_64 APIC code to
> using the new driver model. This patch against perfctr-2.5.4 fixes the
> kernel portion of the perfctr build.
Thanks. Did this happen in 2.5.70 or 2.5.70-bk? I don't remember
seeing this change in the vanilla 2.5.70.
/Mikael
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Fix perfctr on x86_64
2003-06-12 22:05 ` mikpe
@ 2003-06-12 22:21 ` Bryan O'Sullivan
0 siblings, 0 replies; 3+ messages in thread
From: Bryan O'Sullivan @ 2003-06-12 22:21 UTC (permalink / raw)
To: mikpe; +Cc: linux-kernel, perfctr-devel
On Thu, 2003-06-12 at 15:05, mikpe@csd.uu.se wrote:
> Thanks. Did this happen in 2.5.70 or 2.5.70-bk? I don't remember
> seeing this change in the vanilla 2.5.70.
Oops, it's in Andi's most recent *post*-2.5.70 patch for x86_64. Those
changes are in BK-current, so the version checks should be against
2.5.71, not 2.5.70.
<b
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-06-12 22:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-12 21:54 [PATCH] Fix perfctr on x86_64 Bryan O'Sullivan
2003-06-12 22:05 ` mikpe
2003-06-12 22:21 ` Bryan O'Sullivan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®