]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86-64/i386: Use common X86_PM_TIMER option and make it EMBEDDED
authorAndi Kleen <ak@suse.de>
Sun, 26 Feb 2006 03:18:37 +0000 (04:18 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Feb 2006 17:53:30 +0000 (09:53 -0800)
commita39c2f19c2fefd4407cb71989d24c2ecfcd12718
tree0d0e0f7d49000d3b047beaaa7f47a273c16b047d
parent323977113e4eac7b739e075352f36f1c07fbf677
[PATCH] x86-64/i386: Use common X86_PM_TIMER option and make it EMBEDDED

This makes x86-64 use the common X86_PM_TIMER Kconfig entry in drivers/acpi

And since PM timer is needed for correct timing on a lot of systems
now (e.g. AMD dual cores) and we often get bug reports from people
who forgot to set it make it depend on CONFIG_EMBEDDED. x86-64 had
this change before and it's a good thing.

I also fixed the description slightly to make this more clear.

Cc: len.brown@intel.com
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/Kconfig
drivers/acpi/Kconfig