Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Add VFP_FPEXC_EN
details: https://anonhg.NetBSD.org/src/rev/8927d3fab504
branches: trunk
changeset: 783187:8927d3fab504
user: matt <matt%NetBSD.org@localhost>
date: Mon Dec 10 05:03:42 2012 +0000
description:
Add VFP_FPEXC_EN
diffstat:
sys/arch/arm/arm32/genassym.cf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 39ad37e5d779 -r 8927d3fab504 sys/arch/arm/arm32/genassym.cf
--- a/sys/arch/arm/arm32/genassym.cf Mon Dec 10 05:01:43 2012 +0000
+++ b/sys/arch/arm/arm32/genassym.cf Mon Dec 10 05:03:42 2012 +0000
@@ -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 <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_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)
Home |
Main Index |
Thread Index |
Old Index