Deleted Added
sdiff udiff text old ( 8787:e0e18c260087 ) new ( 8791:162fbf0095b5 )
full compact
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
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 are

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

87}
88
89inline uint64_t
90getExecutingAsid(ThreadContext *tc)
91{
92 return 0;
93}
94
95} // namespace PowerISA
96
97
98#endif // __ARCH_POWER_UTILITY_HH__