Remove inclusion of <i386/include/psl.h>

While here move inclusion of <sys/lock.h> in a better place.
This commit is contained in:
marcel 2010-03-09 02:08:02 +00:00
parent 09b202ca29
commit 1fe700c954

View File

@ -70,6 +70,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/bio.h>
#include <sys/buf.h>
@ -89,14 +90,11 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <sys/lock.h>
#include <vm/vm_kern.h>
#include <vm/vm_page.h>
#include <vm/vm_map.h>
#include <vm/vm_extern.h>
#include <i386/include/psl.h>
void
cpu_thread_exit(struct thread *td)
{