artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248830b
)
Fix a typo relating to savefpu alignment
author
mlarkin
<mlarkin@openbsd.org>
Wed, 26 Apr 2017 07:05:24 +0000
(07:05 +0000)
committer
mlarkin
<mlarkin@openbsd.org>
Wed, 26 Apr 2017 07:05:24 +0000
(07:05 +0000)
ok kettenis
sys/arch/amd64/include/pcb.h
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/include/pcb.h
b/sys/arch/amd64/include/pcb.h
index
3a6623d
..
a4a1d75
100644
(file)
--- a/
sys/arch/amd64/include/pcb.h
+++ b/
sys/arch/amd64/include/pcb.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: pcb.h,v 1.1
5 2016/04/03 17:48:33 guenther Exp $
*/
+/* $OpenBSD: pcb.h,v 1.1
6 2017/04/26 07:05:24 mlarkin Exp $
*/
/* $NetBSD: pcb.h,v 1.1 2003/04/26 18:39:45 fvdl Exp $ */
/*-
@@
-74,7
+74,7
@@
/*
* Please note that the pcb_savefpu field in struct below must be
- * on a
16
-byte boundary.
+ * on a
64
-byte boundary.
*/
struct pcb {
struct savefpu pcb_savefpu; /* floating point state */