From: Johannes Berg <johannes@sipsolutions.net>
To: linux-um@lists.infradead.org
Cc: Johannes Berg <johannes.berg@intel.com>
Subject: [PATCH 3/4] arch: um: remove misleading #define ARCh_IRQ_ENABLED
Date: Fri, 23 Aug 2019 12:44:28 +0200 [thread overview]
Message-ID: <20190823104429.11047-3-johannes@sipsolutions.net> (raw)
In-Reply-To: <20190823104429.11047-1-johannes@sipsolutions.net>
From: Johannes Berg <johannes.berg@intel.com>
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>
---
arch/um/include/asm/irqflags.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/um/include/asm/irqflags.h b/arch/um/include/asm/irqflags.h
index cbc6c0013a64..0642ad9035d1 100644
--- a/arch/um/include/asm/irqflags.h
+++ b/arch/um/include/asm/irqflags.h
@@ -32,7 +32,6 @@ static inline void arch_local_irq_disable(void)
}
#define ARCH_IRQ_DISABLED 0
-#define ARCh_IRQ_ENABLED (SIGIO|SIGVTALRM)
#include <asm-generic/irqflags.h>
--
2.20.1
_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um
next prev parent reply other threads:[~2019-08-23 10:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-23 10:44 [PATCH 1/4] arch: um: remove sig_info[SIGALRM] Johannes Berg
2019-08-23 10:44 ` [PATCH 2/4] arch: um: avoid using uninitialized regs Johannes Berg
2019-08-27 5:28 ` Anton Ivanov
2019-08-23 10:44 ` Johannes Berg [this message]
2019-08-27 5:28 ` [PATCH 3/4] arch: um: remove misleading #define ARCh_IRQ_ENABLED Anton Ivanov
2019-08-23 10:44 ` [PATCH 4/4] arch: um: implement TRACE_IRQFLAGS_SUPPORT Johannes Berg
2019-08-27 5:27 ` [PATCH 1/4] arch: um: remove sig_info[SIGALRM] Anton Ivanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190823104429.11047-3-johannes@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=johannes.berg@intel.com \
--cc=linux-um@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox