Author: nwhitehorn Date: Wed Mar 4 17:04:22 2015 New Revision: 279595 URL: https://svnweb.freebsd.org/changeset/base/279595
Log: Garbage collect old function prototypes. Modified: head/sys/powerpc/include/pte.h Modified: head/sys/powerpc/include/pte.h ============================================================================== --- head/sys/powerpc/include/pte.h Wed Mar 4 16:45:31 2015 (r279594) +++ head/sys/powerpc/include/pte.h Wed Mar 4 17:04:22 2015 (r279595) @@ -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> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
