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:
dc16ecf
)
x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state tests
author
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Thu, 5 Mar 2009 00:16:51 +0000
(16:16 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 5 Mar 2009 13:53:43 +0000
(14:53 +0100)
Impact: cleanup, micro-optimization
Pre-initialize boot_cpu_data.x86_phys_bits to a reasonable default
to remove the use of system_state tests in __virt_addr_valid()
and __phys_addr().
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found