Deleted Added
full compact
syncicache.c (113038) syncicache.c (139825)
1/*
1/*-
2 * Copyright (C) 1995-1997, 1999 Wolfgang Solfrank.
3 * Copyright (C) 1995-1997, 1999 TooLs GmbH.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

27 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
28 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
29 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $NetBSD: syncicache.c,v 1.2 1999/05/05 12:36:40 tsubai Exp $
32 */
33
34#include <sys/cdefs.h>
2 * Copyright (C) 1995-1997, 1999 Wolfgang Solfrank.
3 * Copyright (C) 1995-1997, 1999 TooLs GmbH.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

27 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
28 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
29 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $NetBSD: syncicache.c,v 1.2 1999/05/05 12:36:40 tsubai Exp $
32 */
33
34#include <sys/cdefs.h>
35__FBSDID("$FreeBSD: head/sys/powerpc/powerpc/syncicache.c 113038 2003-04-03 21:36:33Z obrien $");
35__FBSDID("$FreeBSD: head/sys/powerpc/powerpc/syncicache.c 139825 2005-01-07 02:29:27Z imp $");
36
37#include <sys/param.h>
38#if defined(_KERNEL) || defined(_STANDALONE)
39#include <sys/time.h>
40#include <sys/proc.h>
41#include <vm/vm.h>
42#endif
43#include <sys/sysctl.h>

--- 53 unchanged lines hidden ---
36
37#include <sys/param.h>
38#if defined(_KERNEL) || defined(_STANDALONE)
39#include <sys/time.h>
40#include <sys/proc.h>
41#include <vm/vm.h>
42#endif
43#include <sys/sysctl.h>

--- 53 unchanged lines hidden ---