x86 driver: fix typo in TDP override enabling
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 22 Jul 2011 16:21:36 +0000 (09:21 -0700)
committerMatthew Garrett <mjg@redhat.com>
Fri, 5 Aug 2011 19:21:49 +0000 (15:21 -0400)
commit70fda70a724c737b0df4195763f9124d181fe64d
tree0ae756cfa304b3b328fef7d673768f20ce8b9719
parent78a7539b881eb557494a7c810625c0307b27296c
x86 driver: fix typo in TDP override enabling

When enabling turbo, we need to set both the TDC and TDP bits.  IIRC
only the TDC one actually matters, but fix it up anyway since the
current code is confusing.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/intel_ips.c