summaryrefslogtreecommitdiff
path: root/src/arch/alpha/mmaped_ipr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/mmaped_ipr.hh')
-rw-r--r--src/arch/alpha/mmaped_ipr.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/arch/alpha/mmaped_ipr.hh b/src/arch/alpha/mmaped_ipr.hh
index 2b4ba8745..af2469ca7 100644
--- a/src/arch/alpha/mmaped_ipr.hh
+++ b/src/arch/alpha/mmaped_ipr.hh
@@ -39,9 +39,8 @@
#include "mem/packet.hh"
+namespace AlphaISA {
-namespace AlphaISA
-{
inline Tick
handleIprRead(ThreadContext *xc, Packet *pkt)
{
@@ -58,4 +57,4 @@ handleIprWrite(ThreadContext *xc, Packet *pkt)
} // namespace AlphaISA
-#endif
+#endif // __ARCH_ALPHA_MMAPED_IPR_HH__