srat.c (554491ffbdcfe51993d5b436a9bbca7aba388dd3) srat.c (fd1f83fb450a45bccca7f215486018191cbab51f)
1/*-
2 * Copyright (c) 2010 Hudson River Trading LLC
3 * Written by: John H. Baldwin <jhb@FreeBSD.org>
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:

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

44#include <vm/vm_page.h>
45#include <vm/vm_phys.h>
46
47#include <contrib/dev/acpica/include/acpi.h>
48#include <contrib/dev/acpica/include/aclocal.h>
49#include <contrib/dev/acpica/include/actables.h>
50
51#include <machine/intr_machdep.h>
1/*-
2 * Copyright (c) 2010 Hudson River Trading LLC
3 * Written by: John H. Baldwin <jhb@FreeBSD.org>
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:

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

44#include <vm/vm_page.h>
45#include <vm/vm_phys.h>
46
47#include <contrib/dev/acpica/include/acpi.h>
48#include <contrib/dev/acpica/include/aclocal.h>
49#include <contrib/dev/acpica/include/actables.h>
50
51#include <machine/intr_machdep.h>
52#include <machine/md_var.h>
52#include <x86/apicvar.h>
53
54#include <dev/acpica/acpivar.h>
55
56#if MAXMEMDOM > 1
57struct cpu_info {
58 int enabled:1;
59 int has_memory:1;

--- 481 unchanged lines hidden ---
53#include <x86/apicvar.h>
54
55#include <dev/acpica/acpivar.h>
56
57#if MAXMEMDOM > 1
58struct cpu_info {
59 int enabled:1;
60 int has_memory:1;

--- 481 unchanged lines hidden ---