X86 TLB: Fix for gcc 4.4.3
authorJayneel Gandhi <jayneel@cs.wisc.edu>
Thu, 7 Jun 2012 13:11:00 +0000 (08:11 -0500)
committerJayneel Gandhi <jayneel@cs.wisc.edu>
Thu, 7 Jun 2012 13:11:00 +0000 (08:11 -0500)
commit7183c3fd56c4f0e8e4137795bb91dcaff312f591
treeb626e2cc4bb13cf4f4cc1974074c25d063e22b62
parentabb85a68f4f86d82e6c9514d6c60687d0a29ef94
X86 TLB: Fix for gcc 4.4.3
Due to recent changes to X86 TLB, gem5 stopped compiling on
gcc version 4.4.3. This patch provides the fix for that problem. The patch
is tested on gcc 4.4.3. The change is not required for more recent
versions of gcc (like on 4.6.3).
src/arch/x86/tlb.cc