process.hh (2680:246e7104f744) process.hh (2980:eab855f06b79)
1/*
2 * Copyright (c) 2003-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

27 *
28 * Authors: Steve Reinhardt
29 */
30
31#ifndef __SPARC_LINUX_PROCESS_HH__
32#define __SPARC_LINUX_PROCESS_HH__
33
34#include "arch/sparc/linux/linux.hh"
1/*
2 * Copyright (c) 2003-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

27 *
28 * Authors: Steve Reinhardt
29 */
30
31#ifndef __SPARC_LINUX_PROCESS_HH__
32#define __SPARC_LINUX_PROCESS_HH__
33
34#include "arch/sparc/linux/linux.hh"
35#include "arch/sparc/syscallreturn.hh"
35#include "arch/sparc/process.hh"
36#include "sim/process.hh"
37
38namespace SparcISA {
39
40/// A process with emulated SPARC/Linux syscalls.
41class SparcLinuxProcess : public SparcLiveProcess
42{

--- 25 unchanged lines hidden ---
36#include "arch/sparc/process.hh"
37#include "sim/process.hh"
38
39namespace SparcISA {
40
41/// A process with emulated SPARC/Linux syscalls.
42class SparcLinuxProcess : public SparcLiveProcess
43{

--- 25 unchanged lines hidden ---