commit | 63c254a501049f70c53aea602525c6912362079e | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 05 15:03:46 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Jul 11 20:09:40 2016 +1000 |
tree | 4c1773a7a48250f8b2de88eb01f1abc42a3636e6 | |
parent | bd7c93cca36911baf2eb2bc386956612af3b842d [diff] |
powerpc: Add comment explaining the purpose of setup_kdump_trampoline() Anything in early_setup() needs to be justified to be there, in this case, we need the trampolines before we can take exceptions and thus before we turn on the MMU. Also remove a pretty meaningless and misplaced debug message Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [mpe: Fix comment formatting] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>