# HG changeset patch # User gingold@saphi # Node ID 7701608470a3d16e7bb3e73f7a8f71406549c999 # Parent 93f82678d2547991df976858d97e06856af6c15a Be sure b2-b5 are fixed registers. Signed-off-by: Tristan Gingold diff -r 93f82678d254 -r 7701608470a3 xen/arch/ia64/Rules.mk --- a/xen/arch/ia64/Rules.mk Sat Feb 17 03:38:01 2007 +++ b/xen/arch/ia64/Rules.mk Sun Feb 18 15:28:32 2007 @@ -33,7 +33,7 @@ CFLAGS += $(CPPFLAGS) #CFLAGS += -Wno-pointer-arith -Wredundant-decls CFLAGS += -DIA64 -DXEN -DLINUX_2_6 -CFLAGS += -ffixed-r13 -mfixed-range=f2-f5,f12-f127 +CFLAGS += -ffixed-r13 -mfixed-range=f2-f5,f12-f127,b2-b5 CFLAGS += -g #CFLAGS += -DVTI_DEBUG ifeq ($(xen_ia64_expose_p2m),y)