305c305,306
< std::list<WalkerState *> stateQueue;
---
> /** Queue of requests that need processing first level translation */
> std::list<WalkerState *> stateQueueL1;
306a308,311
> /** Queue of requests that have passed first level translation and
> * require an additional level. */
> std::list<WalkerState *> stateQueueL2;
>