diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-04-16 22:04:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-04-16 22:04:37 +0000 |
commit | 2e7b1d859b78148ac118ecdb68f1b680e1b63787 (patch) | |
tree | 726bbd294e92e016a54c2269799c075908afd32d | |
parent | 8486fabbe7e7f72d0c004e8d668505779d9b4960 (diff) |
Move the FPU state out of 'struct pcb' like we did for hppa since it causes
evil problems with non-equivalent aliases.
-rw-r--r-- | sys/arch/hppa64/conf/files.hppa64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa64/conf/files.hppa64 b/sys/arch/hppa64/conf/files.hppa64 index ac07694854a..dc1f6fc6100 100644 --- a/sys/arch/hppa64/conf/files.hppa64 +++ b/sys/arch/hppa64/conf/files.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa64,v 1.13 2011/01/02 13:08:36 jsing Exp $ +# $OpenBSD: files.hppa64,v 1.14 2011/04/16 22:04:36 kettenis Exp $ # # hppa64-specific configuration info @@ -120,6 +120,7 @@ file arch/hppa64/hppa64/conf.c file arch/hppa64/hppa64/db_interface.c ddb file arch/hppa64/hppa64/db_disasm.c ddb file arch/hppa64/hppa64/disksubr.c disk +file arch/hppa64/hppa64/fpu.c file arch/hppa64/hppa64/intr.c file arch/hppa64/hppa64/machdep.c file arch/hppa64/hppa64/mutex.c |