blob: c4dcc0e2ce0e99843269373d18d3b83b5b8d249c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $NetBSD: trap.h,v 1.1 2000/05/25 22:12:01 is Exp $ */
#ifndef _MACHINE_TRAP_H_
#define _MACHINE_TRAP_H_
#include <powerpc/trap.h>
/* offset when MSR[IP] is set */
#define EXC_UPPER 0xfff00000
#endif /* _MACHINE_TRAP_H_ */
|