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:
0aec63e
)
[ACPI] move some run-time structure inits to compile time
author
Arjan van de Ven
<arjan@infradead.org>
Fri, 6 Jan 2006 21:47:00 +0000
(16:47 -0500)
committer
Len Brown
<len.brown@intel.com>
Sat, 7 Jan 2006 09:19:08 +0000
(
04:19
-0500)
acpi_processor_limit_fops.write was written at run time,
but can be initiailized at compile-time instead.
Similar for acpi_video_bus_POST_fops.write and friends,
but keep doing those at runtime to avoid prototype-hell.
Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found