summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-28 07:02:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-28 07:02:28 +0000
commitf96b99657e8f46b88f8c52fda352a841b83ee416 (patch)
tree9edc71e09fc32e826df5c1e90813fcf20c3f8676
parent87d9d358d4927c0776ad53467be682f79c849b66 (diff)
use MID_HPPA for core file marking
-rw-r--r--sys/arch/hppa/hppa/vm_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/vm_machdep.c b/sys/arch/hppa/hppa/vm_machdep.c
index d0eb3c2be74..e2fae705fda 100644
--- a/sys/arch/hppa/hppa/vm_machdep.c
+++ b/sys/arch/hppa/hppa/vm_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_machdep.c,v 1.34 2002/03/15 21:44:18 mickey Exp $ */
+/* $OpenBSD: vm_machdep.c,v 1.35 2002/03/28 07:02:27 deraadt Exp $ */
/*
* Copyright (c) 1999-2002 Michael Shalayeff
@@ -73,7 +73,7 @@ cpu_coredump(p, vp, cred, core)
process_read_regs(p, &md_core.md_reg);
- CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_ZERO, CORE_CPU);
+ CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_HPPA, CORE_CPU);
cseg.c_addr = 0;
cseg.c_size = core->c_cpusize;