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:
57844a8
)
x86: Add probe_roms to x86_init
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 19 Aug 2009 12:43:56 +0000
(14:43 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 27 Aug 2009 15:12:52 +0000
(17:12 +0200)
probe_roms is only used on 32bit. Add it to the x86_init ops and
remove the #ifdefs.
Default initializer is x86_init_noop() which is overridden in
the 32bit boot code.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found