diff options
| author | Mark Peek <mp@FreeBSD.org> | 2001-11-05 00:49:03 +0000 |
|---|---|---|
| committer | Mark Peek <mp@FreeBSD.org> | 2001-11-05 00:49:03 +0000 |
| commit | 0308a57783bbf70921e808c0418d273e7e3771a3 (patch) | |
| tree | c52c3222732a65c24751a7a9e0fa86163dc88961 /sys/powerpc/include/trap.h | |
| parent | 8f718dfdc364db477026a133c1cd323109a245cf (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include/trap.h')
| -rw-r--r-- | sys/powerpc/include/trap.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/powerpc/include/trap.h b/sys/powerpc/include/trap.h index dd359d2273a2..2438f089f789 100644 --- a/sys/powerpc/include/trap.h +++ b/sys/powerpc/include/trap.h @@ -52,7 +52,7 @@ /* The following are only available on 604: */ #define EXC_PERF 0x0f00 /* Performance Monitoring */ #define EXC_BPT 0x1300 /* Instruction Breakpoint */ -#define EXC_SMI 0x1400 /* System Managment Interrupt */ +#define EXC_SMI 0x1400 /* System Management Interrupt */ /* And these are only on the 603: */ #define EXC_IMISS 0x1000 /* Instruction translation miss */ @@ -61,8 +61,6 @@ #define EXC_LAST 0x2f00 /* Last possible exception vector */ -#define EXC_AST 0x3000 /* Fake AST vector */ - /* Trap was in user mode */ #define EXC_USER 0x10000 @@ -87,6 +85,7 @@ #ifndef LOCORE void trap(struct trapframe *); +void syscall(struct trapframe *); #endif /* !LOCORE */ |
