mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 22:58:29 +00:00
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>
This commit is contained in:
parent
67c50bf292
commit
41f055d49c
1 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ PV_CALLEE_SAVE_REGS_THUNK(lguest_save_fl);
|
||||||
PV_CALLEE_SAVE_REGS_THUNK(lguest_irq_disable);
|
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_irq_enable(void);
|
||||||
extern void lg_restore_fl(unsigned long flags);
|
extern void lg_restore_fl(unsigned long flags);
|
||||||
|
|
||||||
|
@ -1366,7 +1366,7 @@ static void lguest_restart(char *reason)
|
||||||
* fit comfortably.
|
* fit comfortably.
|
||||||
*
|
*
|
||||||
* First we need assembly templates of each of the patchable Guest operations,
|
* 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: */
|
/*G:060 We construct a table from the assembler templates: */
|
||||||
|
|
Loading…
Add table
Reference in a new issue