summaryrefslogtreecommitdiff
path: root/kern/linux/linux.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-02-19 04:00:05 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-02-19 04:00:05 -0500
commit7c642b710679f01d4ec43e6562dd854180dd8c41 (patch)
tree45eb72604261a5100401e1ae4afe44ca06b25113 /kern/linux/linux.hh
parentf721a4d9adb0cbed48ef8f18dc7455a3ed8f5a9b (diff)
downloadgem5-7c642b710679f01d4ec43e6562dd854180dd8c41.tar.xz
Reapplied changes which were undone by a pull
arch/alpha/faults.hh: kern/linux/linux.hh: Added typedef for Addr kern/tru64/tru64.hh: Fixed up namespaces --HG-- extra : convert_revision : bf968e615bc0acc96abeb0eec0872f5b02b5a065
Diffstat (limited to 'kern/linux/linux.hh')
-rw-r--r--kern/linux/linux.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/linux/linux.hh b/kern/linux/linux.hh
index 0dbccf546..bac6d6a7d 100644
--- a/kern/linux/linux.hh
+++ b/kern/linux/linux.hh
@@ -53,6 +53,9 @@ class Linux {};
///
class Linux {
+ protected:
+ typedef TheISA::Addr Addr;
+
public:
//@{