commit | 276d75c4aff3ade04f0f78769dd895a78f03edd9 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Aug 23 12:44:28 2019 +0200 |
committer | Richard Weinberger <richard@nod.at> | Sun Sep 15 21:37:11 2019 +0200 |
tree | 382c9c086546bee5975b22ad4d3587a1e7710093 | |
parent | b8f7882028ec6a5f147aa4e0cb27f0b9ffdc6035 [diff] |
um: Remove misleading #define ARCh_IRQ_ENABLED Due to the typo in the name, this can never be used, but it's also misleading because our value for enabled/disabled is always just 0/1, not an actual signal mask. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.co.uk> Signed-off-by: Richard Weinberger <richard@nod.at>