diff options
Diffstat (limited to 'arch/powerpc/xmon')
-rw-r--r-- | arch/powerpc/xmon/xmon.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index c999638cc2de..1cf90c8ac34a 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c | |||
@@ -2789,8 +2789,6 @@ static void dump_spu_fields(struct spu *spu) | |||
2789 | 2789 | ||
2790 | DUMP_FIELD(spu, "0x%x", number); | 2790 | DUMP_FIELD(spu, "0x%x", number); |
2791 | DUMP_FIELD(spu, "%s", name); | 2791 | DUMP_FIELD(spu, "%s", name); |
2792 | DUMP_FIELD(spu, "%s", devnode->full_name); | ||
2793 | DUMP_FIELD(spu, "0x%x", nid); | ||
2794 | DUMP_FIELD(spu, "0x%lx", local_store_phys); | 2792 | DUMP_FIELD(spu, "0x%lx", local_store_phys); |
2795 | DUMP_FIELD(spu, "0x%p", local_store); | 2793 | DUMP_FIELD(spu, "0x%p", local_store); |
2796 | DUMP_FIELD(spu, "0x%lx", ls_size); | 2794 | DUMP_FIELD(spu, "0x%lx", ls_size); |
@@ -2817,14 +2815,8 @@ static void dump_spu_fields(struct spu *spu) | |||
2817 | in_be32(&spu->problem->spu_status_R)); | 2815 | in_be32(&spu->problem->spu_status_R)); |
2818 | DUMP_VALUE("0x%x", problem->spu_npc_RW, | 2816 | DUMP_VALUE("0x%x", problem->spu_npc_RW, |
2819 | in_be32(&spu->problem->spu_npc_RW)); | 2817 | in_be32(&spu->problem->spu_npc_RW)); |
2820 | DUMP_FIELD(spu, "0x%p", priv1); | ||
2821 | |||
2822 | if (spu->priv1) { | ||
2823 | DUMP_VALUE("0x%lx", priv1->mfc_sr1_RW, | ||
2824 | in_be64(&spu->priv1->mfc_sr1_RW)); | ||
2825 | } | ||
2826 | |||
2827 | DUMP_FIELD(spu, "0x%p", priv2); | 2818 | DUMP_FIELD(spu, "0x%p", priv2); |
2819 | DUMP_FIELD(spu, "0x%p", pdata); | ||
2828 | } | 2820 | } |
2829 | 2821 | ||
2830 | int | 2822 | int |