[Skiboot] [PATCH] Remove unused variables

Michael Neuling mikey at neuling.org
Wed Mar 9 17:41:52 AEDT 2016


These aren't used, so remove them.

Signed-off-by: Michael Neuling <mikey at neuling.org>

diff --git a/include/processor.h b/include/processor.h
index e8f0c3c..7fa5377 100644
--- a/include/processor.h
+++ b/include/processor.h
@@ -39,9 +39,7 @@
 #define MSR_LE		PPC_BIT(63)	/* Little Endian */
 
 /* PIR */
-#define SPR_PIR_P8_THREAD_MASK	0x0007	/* Mask of thread bits */
 #define SPR_PIR_P8_MASK		0x1fff	/* Mask of implemented bits */
-#define SPR_PIR_P7_THREAD_MASK	0x0003	/* Mask of thread bits */
 #define SPR_PIR_P7_MASK		0x03ff	/* Mask of implemented bits */
 
 /* SPR register definitions */


More information about the Skiboot mailing list