diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2018-07-05 04:47:00 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-15 21:37:21 -0400 |
commit | 2bf1071a8d50928a4ae366bb3108833166c2b70c (patch) | |
tree | ebffef07f7ebbb9bb1ba231c4cb8ff00cc6fd795 /arch/powerpc/xmon/xmon.c | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) |
powerpc/64s: Remove POWER9 DD1 support
POWER9 DD1 was never a product. It is no longer supported by upstream
firmware, and it is not effectively supported in Linux due to lack of
testing.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Michael Ellerman <mpe@ellerman.id.au>
[mpe: Remove arch_make_huge_pte() entirely]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/xmon/xmon.c')
-rw-r--r-- | arch/powerpc/xmon/xmon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 47166ad2a669..21119cfe8474 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c | |||
@@ -2429,7 +2429,6 @@ static void dump_one_paca(int cpu) | |||
2429 | DUMP(p, thread_idle_state, "%#-*x"); | 2429 | DUMP(p, thread_idle_state, "%#-*x"); |
2430 | DUMP(p, thread_mask, "%#-*x"); | 2430 | DUMP(p, thread_mask, "%#-*x"); |
2431 | DUMP(p, subcore_sibling_mask, "%#-*x"); | 2431 | DUMP(p, subcore_sibling_mask, "%#-*x"); |
2432 | DUMP(p, thread_sibling_pacas, "%-*px"); | ||
2433 | DUMP(p, requested_psscr, "%#-*llx"); | 2432 | DUMP(p, requested_psscr, "%#-*llx"); |
2434 | DUMP(p, stop_sprs.pid, "%#-*llx"); | 2433 | DUMP(p, stop_sprs.pid, "%#-*llx"); |
2435 | DUMP(p, stop_sprs.ldbar, "%#-*llx"); | 2434 | DUMP(p, stop_sprs.ldbar, "%#-*llx"); |