artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b39c2b
)
Remove a stale comment.
author
visa
<visa@openbsd.org>
Thu, 7 Oct 2021 12:31:03 +0000
(12:31 +0000)
committer
visa
<visa@openbsd.org>
Thu, 7 Oct 2021 12:31:03 +0000
(12:31 +0000)
sys/arch/mips64/include/reg.h
patch
|
blob
|
history
diff --git
a/sys/arch/mips64/include/reg.h
b/sys/arch/mips64/include/reg.h
index
9a67a45
..
576102f
100644
(file)
--- a/
sys/arch/mips64/include/reg.h
+++ b/
sys/arch/mips64/include/reg.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: reg.h,v 1.
3 2011/03/23 16:54:36 pirofti Exp $
*/
+/* $OpenBSD: reg.h,v 1.
4 2021/10/07 12:31:03 visa Exp $
*/
/*
* Copyright (c) 1988 University of Utah.
@@
-48,9
+48,6
@@
*/
#include <machine/regnum.h>
-/*
- * Register set accessible via /proc/$pid/reg
- */
struct reg {
register_t r_regs[NREGS]; /* numbered as above */
};