commit | 4008cb3ad223e39273b9cdfa578d04861b197c86 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Oct 15 14:24:45 2015 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Oct 16 12:08:53 2015 +0200 |
tree | 20efa322596a4dbcb81929725a86a98444550881 | |
parent | d975440bf80cfe4afa628141760a4a4151e58dc4 [diff] |
asm-generic: temporarily add back asm-generic/io-64-nonatomic*.h New users of these files still start showing up in linux-next, so it's better to have a migration strategy. All existing users as of 4.3-rc4 are converted to use linux/io-64-nonatomic-*.h, and after 4.4-rc1 we can change all the new ones that have come in since, and then remove this file again. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reported-by: LKP project <lkp@linux.intel.com>