diff mbox

Remove unused variables

Message ID 1457505712.3006.21.camel@neuling.org
State Accepted
Headers show

Commit Message

Michael Neuling March 9, 2016, 6:41 a.m. UTC
These aren't used, so remove them.

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

Comments

Stewart Smith March 11, 2016, 4:51 a.m. UTC | #1
Michael Neuling <mikey@neuling.org> writes:
> These aren't used, so remove them.
>
> Signed-off-by: Michael Neuling <mikey@neuling.org>

merged to master as of 6da1679
diff mbox

Patch

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 */