]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/pvh: specify xen features strings cleanly for PVH
authorMukesh Rathor <mukesh.rathor@oracle.com>
Wed, 23 Jan 2013 22:43:47 +0000 (14:43 -0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 25 Jan 2013 21:25:05 +0000 (16:25 -0500)
commitdff98280e6cb279189d0f55bfd3d348fa1cbf709
treefda2f8fb13b3e4ba943e3f30bf9010074d91931d
parentb6eafa71fa87f4c831e9c2eac736e8ac20b3ea1c
xen/pvh: specify xen features strings cleanly for PVH

Use .ascii and .asciz to define xen feature string. Note, the PVH
string must be in a single line (not multiple lines with \) to keep the
assembler from putting null char after each string before \.

Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/xen-head.S