From c36cf6a8d661045c81bcd7e723e794ad5a5cac8b Mon Sep 17 00:00:00 2001 From: mlarkin Date: Wed, 26 Apr 2017 07:05:24 +0000 Subject: [PATCH] Fix a typo relating to savefpu alignment ok kettenis --- sys/arch/amd64/include/pcb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/include/pcb.h b/sys/arch/amd64/include/pcb.h index 3a6623d19c9..a4a1d752d95 100644 --- a/sys/arch/amd64/include/pcb.h +++ b/sys/arch/amd64/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.15 2016/04/03 17:48:33 guenther Exp $ */ +/* $OpenBSD: pcb.h,v 1.16 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 */ -- 2.20.1