diff options
author | Karsten Wiese <annabellesgarden@yahoo.de> | 2005-11-13 19:06:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 21:14:10 -0500 |
commit | d6c7ac081bf6cafcf780b919ee97978f1d01a0d7 (patch) | |
tree | ad8fb06018e2f89ae81e6bdc4b38f75aa546d379 /arch/x86_64 | |
parent | 47936357c0d14809c3c9547e532511f6625654b2 (diff) |
[PATCH] x86_64 two timer entries in /sys
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.
Acked-by: Andi Kleen <ak@muc.de>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/i8259.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/i8259.c b/arch/x86_64/kernel/i8259.c index c6c9791d77c1..a9368d4c4aba 100644 --- a/arch/x86_64/kernel/i8259.c +++ b/arch/x86_64/kernel/i8259.c | |||
@@ -515,7 +515,7 @@ void i8254_timer_resume(void) | |||
515 | } | 515 | } |
516 | 516 | ||
517 | static struct sysdev_class timer_sysclass = { | 517 | static struct sysdev_class timer_sysclass = { |
518 | set_kset_name("timer"), | 518 | set_kset_name("timer_pit"), |
519 | .resume = timer_resume, | 519 | .resume = timer_resume, |
520 | }; | 520 | }; |
521 | 521 | ||