[PATCH 01/20] ia64: move ia64_done_with_exception out of asm/uaccess.h

2017-01-22 Thread Paul Gortmaker
Move ia64_done_with_exception out of asm/uaccess.h (which is widely used) and into asm/exception.h (like ARM has) and then ensure the few callers of it include this new header. Most of the other C content in asm files is implemented in macro form. So we do that conversion at the same time as the

[PATCH 01/20] ia64: move ia64_done_with_exception out of asm/uaccess.h

2017-01-22 Thread Paul Gortmaker
Move ia64_done_with_exception out of asm/uaccess.h (which is widely used) and into asm/exception.h (like ARM has) and then ensure the few callers of it include this new header. Most of the other C content in asm files is implemented in macro form. So we do that conversion at the same time as the