From 8376f7bca3814844ab9cc592ff8f32c702a18629 Mon Sep 17 00:00:00 2001 From: William Wang Date: Wed, 25 Aug 2010 19:10:43 -0500 Subject: ARM: Remove ALPHA KSeg functions. These were erronously copied years ago into the ARM directory. --- src/arch/arm/isa_traits.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/arch/arm/isa_traits.hh') diff --git a/src/arch/arm/isa_traits.hh b/src/arch/arm/isa_traits.hh index 2744ec753..39232b9c7 100644 --- a/src/arch/arm/isa_traits.hh +++ b/src/arch/arm/isa_traits.hh @@ -86,11 +86,6 @@ namespace ArmISA const Addr USegBase = ULL(0x0); const Addr USegEnd = ULL(0x7FFFFFFF); - // Kernel Segment 0 - Unmapped - const Addr KSeg0End = ULL(0x9FFFFFFF); - const Addr KSeg0Base = ULL(0x80000000); - const Addr KSeg0Mask = ULL(0x1FFFFFFF); - const unsigned VABits = 32; const unsigned PABits = 32; // Is this correct? const Addr VAddrImplMask = (ULL(1) << VABits) - 1; -- cgit v1.2.3