Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Remove pcb_fpstate.
details: https://anonhg.NetBSD.org/src/rev/0d6fa73aebf2
branches: trunk
changeset: 783501:0d6fa73aebf2
user: matt <matt%NetBSD.org@localhost>
date: Wed Dec 26 18:32:01 2012 +0000
description:
Remove pcb_fpstate.
Add pcb_kernel_vfp.
diffstat:
sys/arch/arm/include/pcb.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 3b460638cfd7 -r 0d6fa73aebf2 sys/arch/arm/include/pcb.h
--- a/sys/arch/arm/include/pcb.h Wed Dec 26 18:30:22 2012 +0000
+++ b/sys/arch/arm/include/pcb.h Wed Dec 26 18:32:01 2012 +0000
@@ -92,10 +92,9 @@
struct pcb_arm26 un_26;
} pcb_un;
void * pcb_onfault; /* On fault handler */
- struct fpe_sp_state pcb_fpstate; /* FPA Floating Point state */
struct vfpreg pcb_vfp; /* VFP registers */
+ struct vfpreg pcb_kernel_vfp; /* kernel VFP state */
};
-#define pcb_ff pcb_fpstate /* for arm26 */
/*
* No additional data for core dumps.
Home |
Main Index |
Thread Index |
Old Index