50a51,54
> // Get/Set permission of cache entry
> AccessPermission getPermission() const;
> void changePermission(AccessPermission new_perm);
>
55a60,61
> int m_locked; // Holds info whether the address is locked,
> // required for implementing LL/SC
67d72
<