[PATCH] 2.6.14-rc4-rt6 x86_64 two timer entries in /sys

From: Karsten Wiese
Date: Mon Oct 17 2005 - 07:41:26 EST


Hi Ingo,

attached patch renames one instance of
/sys/devices/system/timer
to
/sys/devices/system/timer_pit
to avoid a name clash with another instance created in time.c.

Karsten
--- rc4-rt6/arch/x86_64/kernel/i8259.c 2005-10-17 13:31:44.000000000 +0200
+++ rc4-rt6-kw/arch/x86_64/kernel/i8259.c 2005-10-17 14:31:25.000000000 +0200
@@ -515,7 +515,7 @@
}

static struct sysdev_class timer_sysclass = {
- set_kset_name("timer"),
+ set_kset_name("timer_pit"),
.resume = timer_resume,
};