From b376c6f4204f0c9de448bea1f610feef10f89929 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 30 Jul 2004 17:13:24 -0400 Subject: Added debug printk support arch/alpha/ev5.hh: Added max address PAL code can be at arch/alpha/vtophys.cc: Check max address pal can be at so we don't do the wrong conversion if gdb asks for an unaligned access. --HG-- extra : convert_revision : b44f6a8fcd8582337a7d4033f28137c7e718a6a8 --- arch/alpha/ev5.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/alpha/ev5.hh') diff --git a/arch/alpha/ev5.hh b/arch/alpha/ev5.hh index 5b27dd3dc..f49eadeb0 100644 --- a/arch/alpha/ev5.hh +++ b/arch/alpha/ev5.hh @@ -123,5 +123,6 @@ #define PAL_BASE 0x4000 +#define PAL_MAX 0x10000 #endif //__EV5_H__ -- cgit v1.2.3