Remove inclusion of <i386/include/psl.h>
While here move inclusion of <sys/lock.h> in a better place.
This commit is contained in:
parent
01422bafc6
commit
3d8de82c72
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204905
@ -70,6 +70,7 @@
|
|||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
#include <sys/proc.h>
|
#include <sys/proc.h>
|
||||||
|
#include <sys/lock.h>
|
||||||
#include <sys/malloc.h>
|
#include <sys/malloc.h>
|
||||||
#include <sys/bio.h>
|
#include <sys/bio.h>
|
||||||
#include <sys/buf.h>
|
#include <sys/buf.h>
|
||||||
@ -89,14 +90,11 @@
|
|||||||
|
|
||||||
#include <vm/vm.h>
|
#include <vm/vm.h>
|
||||||
#include <vm/vm_param.h>
|
#include <vm/vm_param.h>
|
||||||
#include <sys/lock.h>
|
|
||||||
#include <vm/vm_kern.h>
|
#include <vm/vm_kern.h>
|
||||||
#include <vm/vm_page.h>
|
#include <vm/vm_page.h>
|
||||||
#include <vm/vm_map.h>
|
#include <vm/vm_map.h>
|
||||||
#include <vm/vm_extern.h>
|
#include <vm/vm_extern.h>
|
||||||
|
|
||||||
#include <i386/include/psl.h>
|
|
||||||
|
|
||||||
void
|
void
|
||||||
cpu_thread_exit(struct thread *td)
|
cpu_thread_exit(struct thread *td)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user