Searched hist:c9f5b7e77c30da25104a3f7f26ac46c07d7b5cb6 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/sparc/kernel/ |
H A D | of_device_common.h | c9f5b7e77c30da25104a3f7f26ac46c07d7b5cb6 Thu Jun 04 11:00:02 CEST 2009 Robert Reif <reif@earthlink.net> sparc: move of_device common code to of_device_common
This patch moves code common to of_device_32.c and of_device_64.c into of_device_common.h and of_device_common.c.
The only functional difference is in sparc32 where of_bus_default_map is used in place of of_bus_sbus_map because they are equivelent.
There is still room for further code consolidation with some minor refactoring.
Boot tested on sparc32 and compile tested on sparc64.
Signed-off-by: Robert Reif <reif@earthlink.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | of_device_common.c | c9f5b7e77c30da25104a3f7f26ac46c07d7b5cb6 Thu Jun 04 11:00:02 CEST 2009 Robert Reif <reif@earthlink.net> sparc: move of_device common code to of_device_common
This patch moves code common to of_device_32.c and of_device_64.c into of_device_common.h and of_device_common.c.
The only functional difference is in sparc32 where of_bus_default_map is used in place of of_bus_sbus_map because they are equivelent.
There is still room for further code consolidation with some minor refactoring.
Boot tested on sparc32 and compile tested on sparc64.
Signed-off-by: Robert Reif <reif@earthlink.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | of_device_32.c | diff c9f5b7e77c30da25104a3f7f26ac46c07d7b5cb6 Thu Jun 04 11:00:02 CEST 2009 Robert Reif <reif@earthlink.net> sparc: move of_device common code to of_device_common
This patch moves code common to of_device_32.c and of_device_64.c into of_device_common.h and of_device_common.c.
The only functional difference is in sparc32 where of_bus_default_map is used in place of of_bus_sbus_map because they are equivelent.
There is still room for further code consolidation with some minor refactoring.
Boot tested on sparc32 and compile tested on sparc64.
Signed-off-by: Robert Reif <reif@earthlink.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Makefile | diff c9f5b7e77c30da25104a3f7f26ac46c07d7b5cb6 Thu Jun 04 11:00:02 CEST 2009 Robert Reif <reif@earthlink.net> sparc: move of_device common code to of_device_common
This patch moves code common to of_device_32.c and of_device_64.c into of_device_common.h and of_device_common.c.
The only functional difference is in sparc32 where of_bus_default_map is used in place of of_bus_sbus_map because they are equivelent.
There is still room for further code consolidation with some minor refactoring.
Boot tested on sparc32 and compile tested on sparc64.
Signed-off-by: Robert Reif <reif@earthlink.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|