aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lguest/boot.c
diff options
context:
space:
mode:
authorAlexander Kuleshov <kuleshovmail@gmail.com>2015-03-23 21:21:38 -0400
committerRusty Russell <rusty@rustcorp.com.au>2015-03-23 21:22:07 -0400
commit41f055d49cb04d648a89a2cb6d57c94ff86d5bb6 (patch)
tree08d26874cee7a64e4a21c832e95143e1c23f1bbd /arch/x86/lguest/boot.c
parent67c50bf292c1c02ec7ca548049c53cc08dc75ed1 (diff)
lguest: rename i386_head.S in the comments
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>
Diffstat (limited to 'arch/x86/lguest/boot.c')
-rw-r--r--arch/x86/lguest/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c
index ac4453d8520e..543510a2f9e0 100644
--- a/arch/x86/lguest/boot.c
+++ b/arch/x86/lguest/boot.c
@@ -262,7 +262,7 @@ PV_CALLEE_SAVE_REGS_THUNK(lguest_save_fl);
262PV_CALLEE_SAVE_REGS_THUNK(lguest_irq_disable); 262PV_CALLEE_SAVE_REGS_THUNK(lguest_irq_disable);
263/*:*/ 263/*:*/
264 264
265/* These are in i386_head.S */ 265/* These are in head_32.S */
266extern void lg_irq_enable(void); 266extern void lg_irq_enable(void);
267extern void lg_restore_fl(unsigned long flags); 267extern void lg_restore_fl(unsigned long flags);
268 268
@@ -1366,7 +1366,7 @@ static void lguest_restart(char *reason)
1366 * fit comfortably. 1366 * fit comfortably.
1367 * 1367 *
1368 * First we need assembly templates of each of the patchable Guest operations, 1368 * First we need assembly templates of each of the patchable Guest operations,
1369 * and these are in i386_head.S. 1369 * and these are in head_32.S.
1370 */ 1370 */
1371 1371
1372/*G:060 We construct a table from the assembler templates: */ 1372/*G:060 We construct a table from the assembler templates: */