mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
x86, setup: fix comment in the "glove box" code
Impact: Comment change only The glove box is about avoiding problems with *registers* being touched, not *memory*. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
cf06de7b9c
commit
cf9972a921
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* "Glove box" for BIOS calls. Avoids the constant problems with BIOSes
|
* "Glove box" for BIOS calls. Avoids the constant problems with BIOSes
|
||||||
* touching memory they shouldn't be.
|
* touching registers they shouldn't be.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.code16
|
.code16
|
||||||
|
|
Loading…
Reference in a new issue