Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ceb4e8e4 authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Kill PIL_RESERVED, unused.

parent 6eda3a75
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -19,11 +19,4 @@
#define PIL_SMP_CTX_NEW_VERSION	4
#define PIL_DEVICE_IRQ		5

#ifndef __ASSEMBLY__
#define PIL_RESERVED(PIL)	((PIL) == PIL_SMP_CALL_FUNC || \
				 (PIL) == PIL_SMP_RECEIVE_SIGNAL || \
				 (PIL) == PIL_SMP_CAPTURE || \
				 (PIL) == PIL_SMP_CTX_NEW_VERSION)
#endif

#endif /* !(_SPARC64_PIL_H) */