46,47c46,53
< system.cpu[i].addPrivateSplitL1Caches(L1Cache(size = '32kB'),
< L1Cache(size = '64kB'))
---
> if buildEnv['TARGET_ISA'] == 'x86':
> system.cpu[i].addPrivateSplitL1Caches(L1Cache(size = '32kB'),
> L1Cache(size = '64kB'),
> PageTableWalkerCache(),
> PageTableWalkerCache())
> else:
> system.cpu[i].addPrivateSplitL1Caches(L1Cache(size = '32kB'),
> L1Cache(size = '64kB'))