Author: marcel
Date: Tue Mar 9 02:08:02 2010
New Revision: 204905
URL: http://svn.freebsd.org/changeset/base/204905
Log:
Remove inclusion of <i386/include/psl.h>
While here move inclusion of <sys/lock.h> in a better place.
Modified:
head/sys/ia64/ia64/vm_machdep.c
Modified: head/sys/ia64/ia64/vm_machdep.c
==============================================================================
--- head/sys/ia64/ia64/vm_machdep.c Tue Mar 9 02:05:01 2010
(r204904)
+++ head/sys/ia64/ia64/vm_machdep.c Tue Mar 9 02:08:02 2010
(r204905)
@@ -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)
{
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"