commit | 3277b4ea216e5cd7d3f6095ff40f1a9e574f37b3 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Aug 17 17:28:46 2015 +0300 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Aug 25 03:20:54 2015 +0200 |
tree | 2edf75fec227325b07fa6f469e239c6359840b52 | |
parent | c13dcf9f2d6f5f06ef1bf79ec456df614c5e058b [diff] |
ACPI / osl: replace custom implementation of readq / writeq The readq() and writeq() helpers are available in the asm-generic/io-64-nonatomic-hi-lo.h and asm-generic/io-64-nonatomic-lo-hi.h headers. Replace custom implementation by the generic helpers. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>