[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:

committed by
Paul Mackerras

父節點
81bbbe9294
當前提交
c256f4b959
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user