intelmp.cc (5625:ea7d3676ac8d) intelmp.cc (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

55 * Authors: Gabe Black
56 */
57
58#include "arch/x86/bios/intelmp.hh"
59#include "arch/x86/isa_traits.hh"
60#include "base/misc.hh"
61#include "mem/port.hh"
62#include "sim/byteswap.hh"
1/*
2 * Copyright (c) 2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

55 * Authors: Gabe Black
56 */
57
58#include "arch/x86/bios/intelmp.hh"
59#include "arch/x86/isa_traits.hh"
60#include "base/misc.hh"
61#include "mem/port.hh"
62#include "sim/byteswap.hh"
63#include "sim/host.hh"
63#include "base/types.hh"
64
65// Config entry types
66#include "params/X86IntelMPBaseConfigEntry.hh"
67#include "params/X86IntelMPExtConfigEntry.hh"
68
69// General table structures
70#include "params/X86IntelMPConfigTable.hh"
71#include "params/X86IntelMPFloatingPointer.hh"

--- 405 unchanged lines hidden ---
64
65// Config entry types
66#include "params/X86IntelMPBaseConfigEntry.hh"
67#include "params/X86IntelMPExtConfigEntry.hh"
68
69// General table structures
70#include "params/X86IntelMPConfigTable.hh"
71#include "params/X86IntelMPFloatingPointer.hh"

--- 405 unchanged lines hidden ---