commit | 9505ec0825a09ea97426d026f2524d1cefa83a84 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Dec 28 13:58:06 2015 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 12 20:46:47 2016 +0200 |
tree | fc0697c64862a2d7da8742bb36c086f8f41db4c2 | |
parent | 57f7c0370f386d5e0960e25d2c3ceb0b8e8c489d [diff] |
ia64: rename nop->iosapic_nop asm-generic/barrier.h defines a nop() macro. To be able to use this header on ia64, we shouldn't call local functions/variables nop(). There's one instance where this breaks on ia64: rename the function to iosapic_nop to avoid the conflict. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Tony Luck <tony.luck@intel.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>