]> git.openfabrics.org - ~tnikolova/compat/.git/commit
Add the new system bus frequency pm-qos object for older kernels
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 12 Jan 2010 00:40:14 +0000 (16:40 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 12 Jan 2010 00:40:14 +0000 (16:40 -0800)
commit5e4b4b6ae384d543c2067aad5fe5c58ed9106c63
treefccd736c5470bbb9958f4ea22422a6f82ed4d854
parentcd96ca22f449eaea5c5d5ab11433b4ae98906d38
Add the new system bus frequency pm-qos object for older kernels

This adds the new system_bus_freq_pm_qos for older kernels.
This also fixes a compile warning on possible array out of
bounds access on pm-qos, this was due to the fact that the
pm-qos implementation we had on code was out of synch with
the header we were copying over. This synchs up the array
to what is in linux-next as of linux-next tag next-20100111

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/compat-2.6.25.c