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:
b61c550
)
[PATCH] ppc: Fix io.h for config with CONFIG_PCI not set
author
Sylvain Munaut
<tnt@246tNt.com>
Sat, 11 Nov 2006 09:53:19 +0000
(10:53 +0100)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 13 Nov 2006 03:49:25 +0000
(14:49 +1100)
When CONFIG_PCI option is not set, the variables
pci_dram_offset, isa_io_base and isa_mem_base are not defined.
Currently, the test is handled in each platform header. This
patch moves the test in io.h once and for all.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found