]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lguest: rename i386_head.S in the comments
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Tue, 24 Mar 2015 01:21:38 +0000 (11:51 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 24 Mar 2015 01:22:07 +0000 (11:52 +1030)
i386_head.S renamed to the head_32.S, let's update it in
the comments too.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/lguest/boot.c

index ac4453d8520efd5e2080ef6f29cfd7da7b154d61..543510a2f9e0f699586df06acb89cbcb1426863e 100644 (file)
@@ -262,7 +262,7 @@ PV_CALLEE_SAVE_REGS_THUNK(lguest_save_fl);
 PV_CALLEE_SAVE_REGS_THUNK(lguest_irq_disable);
 /*:*/
 
-/* These are in i386_head.S */
+/* These are in head_32.S */
 extern void lg_irq_enable(void);
 extern void lg_restore_fl(unsigned long flags);
 
@@ -1366,7 +1366,7 @@ static void lguest_restart(char *reason)
  * fit comfortably.
  *
  * First we need assembly templates of each of the patchable Guest operations,
- * and these are in i386_head.S.
+ * and these are in head_32.S.
  */
 
 /*G:060 We construct a table from the assembler templates: */