diff options
author | 2001-06-10 02:55:43 +0000 | |
---|---|---|
committer | 2001-06-10 02:55:43 +0000 | |
commit | 0a26e804d1e39c80e29dffe938d8c4a470e8ba35 (patch) | |
tree | e2bbdde20fe8bcac1c50b82d9997fc04b9a17b68 | |
parent | proto; S@mSmith.net (diff) | |
download | wireguard-openbsd-0a26e804d1e39c80e29dffe938d8c4a470e8ba35.tar.xz wireguard-openbsd-0a26e804d1e39c80e29dffe938d8c4a470e8ba35.zip |
free commit from art
-rw-r--r-- | sys/arch/hppa/hppa/vm_machdep.c | 4 |
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 6c253d533f7..fe5685b6f44 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.22 2001/06/08 08:08:49 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.23 2001/06/10 02:55:43 mickey Exp $ */ /* * Copyright (c) 1999-2000 Michael Shalayeff @@ -104,7 +104,7 @@ pagemove(from, to, size) register caddr_t from, to; size_t size; { - register paddr_t pa; + paddr_t pa; while (size > 0) { pmap_extract(pmap_kernel(), (vaddr_t)from, &pa); |