diff options
| author | Atsushi SAKAI <sakaia@jp.fujitsu.com> | 2009-01-16 06:39:14 -0500 |
|---|---|---|
| committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-01-29 20:04:10 -0500 |
| commit | 72410af921cbc9018da388ca1ddf75880a033ac1 (patch) | |
| tree | 982abebfcf114149c9ba81bb468a0dd3adf0376b /drivers/lguest | |
| parent | 18e352e4a73465349711a9324767e1b2453383e2 (diff) | |
lguest: typos fix
3 points
lguest_asm.S => i386_head.S
LHCALL_BREAK => LHREQ_BREAK
perferred => preferred
Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/lguest')
| -rw-r--r-- | drivers/lguest/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lguest/core.c b/drivers/lguest/core.c index 90663e01a56..60156dfdc60 100644 --- a/drivers/lguest/core.c +++ b/drivers/lguest/core.c | |||
| @@ -224,7 +224,7 @@ int run_guest(struct lg_cpu *cpu, unsigned long __user *user) | |||
| 224 | break; | 224 | break; |
| 225 | 225 | ||
| 226 | /* If the Guest asked to be stopped, we sleep. The Guest's | 226 | /* If the Guest asked to be stopped, we sleep. The Guest's |
| 227 | * clock timer or LHCALL_BREAK from the Waker will wake us. */ | 227 | * clock timer or LHREQ_BREAK from the Waker will wake us. */ |
| 228 | if (cpu->halted) { | 228 | if (cpu->halted) { |
| 229 | set_current_state(TASK_INTERRUPTIBLE); | 229 | set_current_state(TASK_INTERRUPTIBLE); |
| 230 | schedule(); | 230 | schedule(); |
