Skip to content

Commit

Permalink
[PATCH] x86_64 two timer entries in /sys
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Greg KH <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Karsten Wiese authored and Linus Torvalds committed Nov 14, 2005
1 parent 4793635 commit d6c7ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/kernel/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ void i8254_timer_resume(void)
}

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

Expand Down

0 comments on commit d6c7ac0

Please sign in to comment.