aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2016-03-09 17:41:52 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-03-11 15:24:39 +1100
commit6641e4b442a9f44f3e62cbb0d7fc139c5e1e8052 (patch)
treee2ce53735619f7dcfea8726f7aae0b8f1c385be3 /include
parentda2d2a4c2b8d3915e30df0253db0ca283749321a (diff)
downloadskiboot-6641e4b442a9f44f3e62cbb0d7fc139c5e1e8052.zip
skiboot-6641e4b442a9f44f3e62cbb0d7fc139c5e1e8052.tar.gz
skiboot-6641e4b442a9f44f3e62cbb0d7fc139c5e1e8052.tar.bz2
Remove unused variables
These aren't used, so remove them. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/processor.h2
1 files changed, 0 insertions, 2 deletions
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 */