[PATCH] powerpc: remove io_page_mask

Cleanup patch which removes the io_page_mask.  It fixes the reset on
some e1000 devices which is needed for clean kexec reboots.  The legacy
devices which broke with this patch (parallel port and PC speaker) have
now been fixed in Linus' tree.

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Anton Blanchard
2006-04-07 15:23:03 +10:00
committed by Paul Mackerras
父節點 81bbbe9294
當前提交 c256f4b959
共有 7 個文件被更改,包括 6 次插入56 次删除

查看文件

@@ -45,8 +45,6 @@
#include "call_pci.h"
#include "iommu.h"
extern unsigned long io_page_mask;
/*
* Forward declares of prototypes.
*/
@@ -277,7 +275,6 @@ void iSeries_pcibios_init(void)
{
iomm_table_initialize();
find_and_init_phbs();
io_page_mask = -1;
}
/*