git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529d0e4
)
x86: change init_gdt to update the gdt via write_gdt, rather than a direct write.
author
Alex Nixon
<alex.nixon@citrix.com>
Fri, 15 Aug 2008 16:21:14 +0000
(17:21 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 15 Aug 2008 17:16:05 +0000
(19:16 +0200)
By writing directly, a memory access violation can occur whilst
hotplugging a CPU if the entry was previously marked read-only.
Signed-off-by: Alex Nixon <alex.nixon@citrix.com>
Cc: Jeremy Fitzhardinge <Jeremy.Fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found