Deleted Added
sdiff udiff text old ( 3832:49c95a73e29c ) new ( 3929:3640569369a5 )
full compact
1/*
2 * Copyright (c) 2006 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;

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

130 {
131 return tree.size();
132 }
133
134 bool empty()
135 {
136 return tree.empty();
137 }
138};
139
140};
141
142#endif // __ARCH_SPARC_TLB_MAP_HH__