]> 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>
Mon, 4 Mar 2013 15:36:59 +0000 (10:36 -0500)
commit916d0d8955b690c043d28e17409e7763c801b6b2
tree0122eeee02f282192dfa4093dda025919987243f
parent5caed269ea867f36225376a6546411ed7c106226
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