Add VFP_FPEXC_EN
This commit is contained in:
parent
45d82ff1b3
commit
01b65f59ed
@ -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_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)
|
||||
|
||||
define VFP_FPEXC_EN VFP_FPEXC_EN
|
||||
|
||||
# Constants required for in_cksum() and friends.
|
||||
define M_LEN offsetof(struct mbuf, m_len)
|
||||
|
Loading…
Reference in New Issue
Block a user