mips: Remove unused private members to fix compile-time warning
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Wed, 13 Aug 2014 10:57:30 +0000 (06:57 -0400)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Wed, 13 Aug 2014 10:57:30 +0000 (06:57 -0400)
commit8b8d991df053dad34cd490db6c8e7c94b5413290
tree1cd5393611977cc78a3c8c652db0eefe77d44b2c
parent8d04e32a834c28cea19d748bfe68d1aa0f593898
mips: Remove unused private members to fix compile-time warning

Certain versions of clang complain about unused private members if
they are not used. This changeset removes such members from the
MIPS-specific classes to silence the warning.
src/arch/mips/interrupts.hh
src/arch/mips/linux/system.hh
src/arch/mips/stacktrace.hh
src/arch/mips/tlb.cc
src/dev/mips/malta_io.hh