From 7c642b710679f01d4ec43e6562dd854180dd8c41 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 19 Feb 2006 04:00:05 -0500 Subject: 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 --- kern/linux/linux.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kern/linux/linux.hh') 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: //@{ -- cgit v1.2.3