Module Name:    src
Committed By:   matt
Date:           Mon Dec 17 17:10:48 UTC 2012

Modified Files:
        src/sys/arch/arm/arm32: genassym.cf

Log Message:
Add CPU_VFP_ID and PCB_VFP_FPEXC


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/arm/arm32/genassym.cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/arm32/genassym.cf
diff -u src/sys/arch/arm/arm32/genassym.cf:1.59 src/sys/arch/arm/arm32/genassym.cf:1.60
--- src/sys/arch/arm/arm32/genassym.cf:1.59	Mon Dec 10 06:50:28 2012
+++ src/sys/arch/arm/arm32/genassym.cf	Mon Dec 17 17:10:48 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: genassym.cf,v 1.59 2012/12/10 06:50:28 matt Exp $
+#	$NetBSD: genassym.cf,v 1.60 2012/12/17 17:10:48 matt Exp $
 
 # Copyright (c) 1982, 1990 The Regents of the University of California.
 # All rights reserved.
@@ -140,6 +140,7 @@ define	PCB_LR			offsetof(struct pcb, pcb
 define	PCB_PC			offsetof(struct pcb, pcb_un.un_32.pcb32_pc)
 define	PCB_USER_PID_RW		offsetof(struct pcb, pcb_un.un_32.pcb32_user_pid_rw)
 define	PCB_ONFAULT		offsetof(struct pcb, pcb_onfault)
+define	PCB_VFP_FPEXC		offsetof(struct pcb, pcb_vfp.vfp_fpexc)
 
 define	PCB_SIZE		sizeof(struct pcb)
 
@@ -192,6 +193,9 @@ define	CI_IDLELWP		offsetof(struct cpu_i
 define	CI_CC_NTRAP		offsetof(struct cpu_info, ci_data.cpu_ntrap)
 define	CI_CC_NINTR		offsetof(struct cpu_info, ci_data.cpu_nintr)
 define	CI_CC_NSOFT		offsetof(struct cpu_info, ci_data.cpu_nsoft)
+ifdef FPU_VFP
+define	CI_VFP_ID		offsetof(struct cpu_info, ci_vfp_id)
+endif
 
 define	VFP_FPEXC_EN		VFP_FPEXC_EN
 

Reply via email to