projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf06de7
)
x86, setup: fix comment in the "glove box" code
author
H. Peter Anvin
<hpa@zytor.com>
Sun, 12 Apr 2009 05:24:05 +0000
(22:24 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Sun, 12 Apr 2009 05:24:05 +0000
(22:24 -0700)
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>
arch/x86/boot/bioscall.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/boot/bioscall.S
b/arch/x86/boot/bioscall.S
index 22b4b3efb9f9056bb0c1a84823d54ada60b0ba50..507793739ea58f0e26104bd36d6f734cc60f91e1 100644
(file)
--- a/
arch/x86/boot/bioscall.S
+++ b/
arch/x86/boot/bioscall.S
@@
-10,7
+10,7
@@
/*
* "Glove box" for BIOS calls. Avoids the constant problems with BIOSes
- * touching
memory
they shouldn't be.
+ * touching
registers
they shouldn't be.
*/
.code16