Loading arch/arm/mach-pxa/cm-x270-pci.c +14 −12 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ void __init cmx270_pci_adjust_zones(int node, unsigned long *zone_size, { unsigned int sz = SZ_64M >> PAGE_SHIFT; if (machine_is_armcore()) { pr_info("Adjusting zones for CM-x270\n"); /* Loading @@ -54,6 +55,7 @@ void __init cmx270_pci_adjust_zones(int node, unsigned long *zone_size, zhole_size[1] = zhole_size[0]; zhole_size[0] = 0; } } static void cmx270_it8152_irq_demux(unsigned int irq, struct irq_desc *desc) { Loading Loading
arch/arm/mach-pxa/cm-x270-pci.c +14 −12 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ void __init cmx270_pci_adjust_zones(int node, unsigned long *zone_size, { unsigned int sz = SZ_64M >> PAGE_SHIFT; if (machine_is_armcore()) { pr_info("Adjusting zones for CM-x270\n"); /* Loading @@ -54,6 +55,7 @@ void __init cmx270_pci_adjust_zones(int node, unsigned long *zone_size, zhole_size[1] = zhole_size[0]; zhole_size[0] = 0; } } static void cmx270_it8152_irq_demux(unsigned int irq, struct irq_desc *desc) { Loading