Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139598
b: refs/heads/master
c: f8de2ec
h: refs/heads/master
v: v3
  • Loading branch information
Isaku Yamahata authored and Tony Luck committed Mar 26, 2009
1 parent 45aded4 commit bcf714e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4312511ba1f3a08f2f64ca8335882ef56ff9bdd
refs/heads/master: f8de2ec678fa09276cf7ad02838eb80e86c73097
4 changes: 4 additions & 0 deletions trunk/arch/ia64/include/asm/xen/inst.h
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@
#define RSM_PSR_DT \
XEN_HYPER_RSM_PSR_DT

#define RSM_PSR_BE_I(clob0, clob1) \
RSM_PSR_I(p0, clob0, clob1); \
rum psr.be

#define SSM_PSR_DT_AND_SRLZ_I \
XEN_HYPER_SSM_PSR_DT

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/ia64/xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ include $(srctree)/arch/ia64/kernel/Makefile.gate

# tell compiled for xen
CPPFLAGS_gate.lds += -D__IA64_GATE_PARAVIRTUALIZED_XEN
AFLAGS_gate.o += -D__IA64_ASM_PARAVIRTUALIZED_XEN -D__IA64_GATE_PARAVIRTUALIZED_XEN

# use same file of native.
$(obj)/gate.o: $(src)/../kernel/gate.S FORCE
Expand Down

0 comments on commit bcf714e

Please sign in to comment.