lguest: update comments

Also removes a long-unused #define and an extraneous semicolon.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2011-07-22 14:39:50 +09:30
parent 3c3ed482dc
commit 9f54288def
9 changed files with 50 additions and 39 deletions

View File

@@ -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)