summaryrefslogtreecommitdiff
path: root/Documentation/ia64/xen.txt
AgeCommit message (Collapse)Author
2017-11-18kbuild: /bin/pwd -> pwdBjørn Forsman
Most places use pwd and rely on $PATH lookup. Moving the remaining absolute path /bin/pwd users over for consistency. Also, a reason for doing /bin/pwd -> pwd instead of the other way around is because I believe build systems should make little assumptions on host filesystem layout. Case in point, we do this kind of patching already in NixOS. Ref. commit 028568d84da3cfca49f5f846eeeef01441d70451 ("kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)"). Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2008-10-17ia64/xen: a recipe for using xen/ia64 with pv_ops.Isaku Yamahata
Recipe for using xen/ia64 with pv_ops domU. Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Cc: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Tony Luck <tony.luck@intel.com>