Author: nwhitehorn Date: Sun Mar 1 21:47:38 2015 New Revision: 279504 URL: https://svnweb.freebsd.org/changeset/base/279504
Log: Missed local diff. Modified: head/sys/powerpc/booke/machdep.c head/sys/powerpc/booke/pmap.c Modified: head/sys/powerpc/booke/machdep.c ============================================================================== --- head/sys/powerpc/booke/machdep.c Sun Mar 1 21:46:55 2015 (r279503) +++ head/sys/powerpc/booke/machdep.c Sun Mar 1 21:47:38 2015 (r279504) @@ -188,8 +188,6 @@ void print_kernel_section_addr(void); void print_kenv(void); u_int booke_init(uint32_t, uint32_t); -extern int elf32_nxstack; - static void cpu_booke_startup(void *dummy) { Modified: head/sys/powerpc/booke/pmap.c ============================================================================== --- head/sys/powerpc/booke/pmap.c Sun Mar 1 21:46:55 2015 (r279503) +++ head/sys/powerpc/booke/pmap.c Sun Mar 1 21:47:38 2015 (r279504) @@ -160,6 +160,7 @@ unsigned int kernel_ptbls; /* Number of ((pmap) != kernel_pmap && (pmap)->pm_stats.resident_count == 0) extern void tid_flush(tlbtid_t); +extern int elf32_nxstack; /**************************************************************************/ /* TLB and TID handling */ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"