Make __HAVE_FAST_SOFTINTS appear in assym.h so all oeas don't need to include

<powerpc/intr.h>
XXX <powerpc/intr.h> should be <powerpc/oea/intr.h>
This commit is contained in:
matt 2011-06-16 03:54:40 +00:00
parent 62ff8c0d5c
commit 515855d909
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.S,v 1.67 2011/06/16 02:44:38 macallan Exp $ */
/* $NetBSD: locore.S,v 1.68 2011/06/16 03:54:40 matt Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -53,7 +53,6 @@
#include <powerpc/spr.h>
#include <powerpc/oea/spr.h>
#include <powerpc/intr.h>
/*
* Some instructions gas doesn't understand (yet?)

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.19 2011/06/16 02:43:43 macallan Exp $
# $NetBSD: genassym.cf,v 1.20 2011/06/16 03:54:40 matt Exp $
#
# Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -51,6 +51,10 @@ include <machine/pmap.h>
include <powerpc/cpu.h>
include <powerpc/oea/cpufeat.h>
ifdef __HAVE_FAST_SOFTINTS
define __HAVE_FAST_SOFTINTS __HAVE_FAST_SOFTINTS
endif
define FRAMELEN FRAMELEN
define FRAME_TF offsetof(struct ktrapframe, ktf_tf)
define FRAME_R0 offsetof(struct ktrapframe, ktf_tf.tf_fixreg[0])