Deleted Added
full compact
2c2
< /* $FreeBSD: head/sys/arm/include/machdep.h 245079 2013-01-05 23:08:10Z gonzo $ */
---
> /* $FreeBSD: head/sys/arm/include/machdep.h 248907 2013-03-29 18:43:10Z ian $ */
7a8
> struct pv_addr;
17a19
> struct trapframe;
21,22c23,24
< void data_abort_handler(trapframe_t *);
< void prefetch_abort_handler(trapframe_t *);
---
> void data_abort_handler(struct trapframe *);
> void prefetch_abort_handler(struct trapframe *);
24c26
< void undefinedinstruction_bounce(trapframe_t *);
---
> void undefinedinstruction_bounce(struct trapframe *);