diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2017-09-10 17:36:02 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-09-12 22:52:08 -0500 |
commit | e608f9ee6b080ddb6a0e59b91549f25d17f7dac5 (patch) | |
tree | f873ad149a84dbe950ee1fc654cbb249ccd92d24 /hw | |
parent | 5cebd51f4b3173b4c3f052b1eb358ff5ff81cd9b (diff) | |
download | skiboot-e608f9ee6b080ddb6a0e59b91549f25d17f7dac5.zip skiboot-e608f9ee6b080ddb6a0e59b91549f25d17f7dac5.tar.gz skiboot-e608f9ee6b080ddb6a0e59b91549f25d17f7dac5.tar.bz2 |
xive: Use symbolic constant
Cosmetic fix.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xive.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2893,7 +2893,7 @@ void xive_cpu_callin(struct cpu_thread *cpu) in_be32(xs->tm_ring1 + TM_SPC_PULL_POOL_CTX); /* Clear VT and LSI bit */ - out_8(xs->tm_ring1 + TM_QW3_HV_PHYS + 8, 0); + out_8(xs->tm_ring1 + TM_QW3_HV_PHYS + TM_WORD2, 0); /* Set VT to 1 */ out_8(xs->tm_ring1 + TM_QW3_HV_PHYS + TM_WORD2, 0x80); |