Garbage collect old function prototypes.

This commit is contained in:
nwhitehorn 2015-03-04 17:04:22 +00:00
parent 0d072699a7
commit 03939e42e6

View File

@ -158,12 +158,6 @@ typedef struct lpte lpte_t;
#define ISSRR1_PROTECT 0x08000000
#define ISSRR1_SEGMENT 0x00200000
#ifdef _KERNEL
#ifndef LOCORE
extern u_int dsisr(void);
#endif /* _KERNEL */
#endif /* LOCORE */
#else /* BOOKE */
#include <machine/tlb.h>