Deleted Added
full compact
OsdMemory.c (148318) OsdMemory.c (150003)
1/*-
2 * Copyright (c) 2000 Mitsaru Iwasaki
3 * Copyright (c) 2000 Michael Smith
4 * Copyright (c) 2000 BSDi
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

26 * SUCH DAMAGE.
27 */
28
29/*
30 * 6.2 : Memory Management
31 */
32
33#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2000 Mitsaru Iwasaki
3 * Copyright (c) 2000 Michael Smith
4 * Copyright (c) 2000 BSDi
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

26 * SUCH DAMAGE.
27 */
28
29/*
30 * 6.2 : Memory Management
31 */
32
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/sys/dev/acpica/Osd/OsdMemory.c 148318 2005-07-22 23:10:02Z njl $");
34__FBSDID("$FreeBSD: head/sys/dev/acpica/Osd/OsdMemory.c 150003 2005-09-11 18:39:03Z obrien $");
35
35
36#include "acpi.h"
36#include <contrib/dev/acpica/acpi.h>
37
38#include <sys/kernel.h>
39#include <sys/malloc.h>
40#include <vm/vm.h>
41#include <vm/pmap.h>
42
43MALLOC_DEFINE(M_ACPICA, "acpica", "ACPI CA memory pool");
44

--- 113 unchanged lines hidden ---
37
38#include <sys/kernel.h>
39#include <sys/malloc.h>
40#include <vm/vm.h>
41#include <vm/pmap.h>
42
43MALLOC_DEFINE(M_ACPICA, "acpica", "ACPI CA memory pool");
44

--- 113 unchanged lines hidden ---