X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Flguest_hcall.h;h=879fd7d33877516fd13d6eb06fc0fc8354350e98;hp=b60f2924c41314468d5c9b2df3fcea77fdc0c063;hb=391d6276db9fbdedfbc30e1b56390414f0e55988;hpb=6fe70aae0d128339febfabc073ba4c4a03de4f45 diff --git a/arch/x86/include/asm/lguest_hcall.h b/arch/x86/include/asm/lguest_hcall.h index b60f2924c413..879fd7d33877 100644 --- a/arch/x86/include/asm/lguest_hcall.h +++ b/arch/x86/include/asm/lguest_hcall.h @@ -61,6 +61,7 @@ hcall(unsigned long call, : "memory"); return call; } +/*:*/ /* Can't use our min() macro here: needs to be a constant */ #define LGUEST_IRQS (NR_IRQS < 32 ? NR_IRQS: 32)