Missed local diff.

This commit is contained in:
Nathan Whitehorn 2015-03-01 21:47:38 +00:00
parent 22ea47ec90
commit 2c8f60acb3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279504
2 changed files with 1 additions and 2 deletions

View File

@ -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)
{

View File

@ -160,6 +160,7 @@ unsigned int kernel_ptbls; /* Number of KVA ptbls. */
((pmap) != kernel_pmap && (pmap)->pm_stats.resident_count == 0)
extern void tid_flush(tlbtid_t);
extern int elf32_nxstack;
/**************************************************************************/
/* TLB and TID handling */