Module Name: src
Committed By: matt
Date: Mon Dec 10 05:03:42 UTC 2012
Modified Files:
src/sys/arch/arm/arm32: genassym.cf
Log Message:
Add VFP_FPEXC_EN
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 src/sys/arch/arm/arm32/genassym.cf:1.58
--- src/sys/arch/arm/arm32/genassym.cf:1.57 Mon Dec 10 01:37:30 2012
+++ src/sys/arch/arm/arm32/genassym.cf Mon Dec 10 05:03:42 2012
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.57 2012/12/10 01:37:30 matt Exp $
+# $NetBSD: genassym.cf,v 1.58 2012/12/10 05:03:42 matt Exp $
# Copyright (c) 1982, 1990 The Regents of the University of California.
# All rights reserved.
@@ -46,6 +46,7 @@ include <netinet/ip_var.h>
include <uvm/uvm_extern.h>
include <arm/fiq.h>
+include <arm/vfpreg.h>
include <arm/arm32/pte.h>
include <machine/pmap.h>
@@ -188,6 +189,7 @@ define CI_CC_NTRAP offsetof(struct cpu_
define CI_CC_NINTR offsetof(struct cpu_info, ci_data.cpu_nintr)
define CI_CC_NSOFT offsetof(struct cpu_info, ci_data.cpu_nsoft)
+define VFP_FPEXC_EN VFP_FPEXC_EN
# Constants required for in_cksum() and friends.
define M_LEN offsetof(struct mbuf, m_len)