diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-10-21 07:59:19 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-10-21 07:59:19 +0000 |
commit | 91f59a48506370c8b8376331b571a3d7a8795dfa (patch) | |
tree | 086e0da3009e213a8e53bc1460381ee2d7bd9f8d /sys/arch/hppa64 | |
parent | 761489b5d4d070f85862c86af811483e7dbdfe88 (diff) |
Do not call uvm_swap_finicrypt_all() a second time in dumpsys().
ok tedu@, deraadt@, miod@
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/hppa64/machdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hppa64/hppa64/machdep.c b/sys/arch/hppa64/hppa64/machdep.c index deda6e98f78..dd80c38c841 100644 --- a/sys/arch/hppa64/hppa64/machdep.c +++ b/sys/arch/hppa64/hppa64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.77 2015/01/20 19:43:20 kettenis Exp $ */ +/* $OpenBSD: machdep.c,v 1.78 2015/10/21 07:59:18 mpi Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -685,10 +685,6 @@ dumpsys(void) } printf("\ndumping to dev %x, offset %ld\n", dumpdev, dumplo); -#ifdef UVM_SWAP_ENCRYPT - uvm_swap_finicrypt_all(); -#endif - psize = (*bdevsw[major(dumpdev)].d_psize)(dumpdev); printf("dump "); if (psize == -1) { |