summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/pseries
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-13 19:12:53 +0000
committerian <ian@FreeBSD.org>2014-05-13 19:12:53 +0000
commit8bff46167d01e2c564eaed05cb2d4ad8591c879d (patch)
tree6f247fb329332ebdffc3431607c7a9322b744d4c /sys/powerpc/pseries
parent7d01a916d944df2168da8a3a096c4d6986b1fa3a (diff)
downloadFreeBSD-src-8bff46167d01e2c564eaed05cb2d4ad8591c879d.zip
FreeBSD-src-8bff46167d01e2c564eaed05cb2d4ad8591c879d.tar.gz
MFC r257162, r257175
The old trap.h (then trap_aim.h) actually had trap ID codes for Book-E CPUs. Use it universally. Book-E traps may also need revisiting due to the introduction of fixed-offset traps and the deprecation of IVORs in POWER ISA 2.06, but that's very much an issue for another day.
Diffstat (limited to 'sys/powerpc/pseries')
-rw-r--r--sys/powerpc/pseries/platform_chrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/pseries/platform_chrp.c b/sys/powerpc/pseries/platform_chrp.c
index 8d0f857..3112ddc 100644
--- a/sys/powerpc/pseries/platform_chrp.c
+++ b/sys/powerpc/pseries/platform_chrp.c
@@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
#include <machine/rtas.h>
#include <machine/smp.h>
#include <machine/spr.h>
-#include <machine/trap_aim.h>
+#include <machine/trap.h>
#include <dev/ofw/openfirm.h>
#include <machine/ofw_machdep.h>
OpenPOWER on IntegriCloud