From 5fcd11eaa57dbb02b24c3ba5bd991473f404f081 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 13 Nov 2011 02:05:32 -0800 Subject: SE/FS: Get rid of FULL_SYSTEM in dev. --- src/dev/alpha/backdoor.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dev/alpha/backdoor.hh') diff --git a/src/dev/alpha/backdoor.hh b/src/dev/alpha/backdoor.hh index 5249ce71f..2acaba9a3 100644 --- a/src/dev/alpha/backdoor.hh +++ b/src/dev/alpha/backdoor.hh @@ -92,10 +92,8 @@ class AlphaBackdoor : public BasicPioDevice /** the system console (the terminal) is accessable from the console */ Terminal *terminal; -#if FULL_SYSTEM //XXX No AlphaSystem defined in SE mode. /** a pointer to the system we are running in */ AlphaSystem *system; -#endif /** a pointer to the CPU boot cpu */ BaseCPU *cpu; -- cgit v1.2.3