]> www.infradead.org Git - users/willy/xarray.git/commit
um: Remove IRQ_NONE type
authorJohannes Berg <johannes.berg@intel.com>
Wed, 2 Dec 2020 11:59:55 +0000 (12:59 +0100)
committerRichard Weinberger <richard@nod.at>
Sun, 13 Dec 2020 21:22:29 +0000 (22:22 +0100)
commit2fccfcc0c742625c01e6a3913f4fc2d330541fbb
treeacc1b9f10c17e1a5e25afd13985deecf53219cfc
parent0737402f42d3cdc7b7ef27e8cc7caf1e9ba2a2bc
um: Remove IRQ_NONE type

We don't actually use this in um_request_irq(), so it can
never be assigned. It's also not clear what that would be
useful for, so just remove it.

This results in quite a number of cleanups, all the way to
removing the "SIGIO on close" startup check, since the data
it assigns (pty_close_sigio) is not used anymore.

While at it, also make this an enum so we get a minimum of
type checking, and remove the IRQ_NONE hack in virtio since
we now no longer have the name twice.

Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/random.c
arch/um/drivers/virtio_uml.c
arch/um/include/shared/irq_kern.h
arch/um/include/shared/irq_user.h
arch/um/include/shared/os.h
arch/um/kernel/irq.c
arch/um/os-Linux/irq.c
arch/um/os-Linux/sigio.c