Date: Tue, 9 Mar 2010 02:08:02 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r204905 - head/sys/ia64/ia64 Message-ID: <201003090208.o29282Jk074931@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003090208.o29282Jk074931>