Eliminate unused declarations.

This commit is contained in:
Alan Cox 2010-01-10 21:00:52 +00:00
parent 95b1c4df78
commit 92697f16aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202047
2 changed files with 0 additions and 9 deletions

View File

@ -98,12 +98,6 @@ char *doublefault_stack;
char *nmi_stack;
void *dpcpu;
/* Hotwire a 0->4MB V==P mapping */
extern pt_entry_t *KPTphys;
/* SMP page table page */
extern pt_entry_t *SMPpt;
struct pcb stoppcbs[MAXCPU];
struct xpcb **stopxpcbs = NULL;

View File

@ -715,9 +715,6 @@ xen_destroy_contiguous_region(void *addr, int npages)
balloon_unlock(flags);
}
extern unsigned long cpu0prvpage;
extern unsigned long *SMPpt;
extern struct user *proc0uarea;
extern vm_offset_t proc0kstack;
extern int vm86paddr, vm86phystk;
char *bootmem_start, *bootmem_current, *bootmem_end;