/openbmc/linux/arch/microblaze/kernel/ |
H A D | setup.c | diff 9afc416517f36b3b0b109e6590d0b74468fd80f9 Mon Jan 30 03:53:08 CST 2012 Michal Simek <monstr@monstr.eu> Revert "microblaze: Add topology init"
This reverts commit d761f0c521868e59cd0bc59159cbdb4686fe210d.
Patch: "cpu: Register a generic CPU device on architectures that currently do not" (sha1: 9f13a1fd452f11c18004ba2422a6384b424ec8a9)
selects GENERIC_CPU_DEVICES for Microblaze which register cpu. My patch was done in the same time that's why cpu was registered twice which caused this warning log:
------------[ cut here ]------------ WARNING: at fs/sysfs/dir.c:481 sysfs_add_one+0xb0/0xdc() sysfs: cannot create duplicate filename '/devices/system/cpu/cpu0' Modules linked in: ...
Signed-off-by: Michal Simek <monstr@monstr.eu>
|
/openbmc/linux/drivers/base/ |
H A D | Kconfig | diff 9f13a1fd452f11c18004ba2422a6384b424ec8a9 Mon Jan 09 21:04:32 CST 2012 Ben Hutchings <ben@decadent.org.uk> cpu: Register a generic CPU device on architectures that currently do not
frv, h8300, m68k, microblaze, openrisc, score, um and xtensa currently do not register a CPU device. Add the config option GENERIC_CPU_DEVICES which causes a generic CPU device to be registered for each present CPU, and make all these architectures select it.
Richard Weinberger <richard@nod.at> covered UML and suggested using per_cpu.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | cpu.c | diff 9f13a1fd452f11c18004ba2422a6384b424ec8a9 Mon Jan 09 21:04:32 CST 2012 Ben Hutchings <ben@decadent.org.uk> cpu: Register a generic CPU device on architectures that currently do not
frv, h8300, m68k, microblaze, openrisc, score, um and xtensa currently do not register a CPU device. Add the config option GENERIC_CPU_DEVICES which causes a generic CPU device to be registered for each present CPU, and make all these architectures select it.
Richard Weinberger <richard@nod.at> covered UML and suggested using per_cpu.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/arch/openrisc/ |
H A D | Kconfig | diff 9f13a1fd452f11c18004ba2422a6384b424ec8a9 Mon Jan 09 21:04:32 CST 2012 Ben Hutchings <ben@decadent.org.uk> cpu: Register a generic CPU device on architectures that currently do not
frv, h8300, m68k, microblaze, openrisc, score, um and xtensa currently do not register a CPU device. Add the config option GENERIC_CPU_DEVICES which causes a generic CPU device to be registered for each present CPU, and make all these architectures select it.
Richard Weinberger <richard@nod.at> covered UML and suggested using per_cpu.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/arch/microblaze/ |
H A D | Kconfig | diff 9f13a1fd452f11c18004ba2422a6384b424ec8a9 Mon Jan 09 21:04:32 CST 2012 Ben Hutchings <ben@decadent.org.uk> cpu: Register a generic CPU device on architectures that currently do not
frv, h8300, m68k, microblaze, openrisc, score, um and xtensa currently do not register a CPU device. Add the config option GENERIC_CPU_DEVICES which causes a generic CPU device to be registered for each present CPU, and make all these architectures select it.
Richard Weinberger <richard@nod.at> covered UML and suggested using per_cpu.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/arch/m68k/ |
H A D | Kconfig | diff 9f13a1fd452f11c18004ba2422a6384b424ec8a9 Mon Jan 09 21:04:32 CST 2012 Ben Hutchings <ben@decadent.org.uk> cpu: Register a generic CPU device on architectures that currently do not
frv, h8300, m68k, microblaze, openrisc, score, um and xtensa currently do not register a CPU device. Add the config option GENERIC_CPU_DEVICES which causes a generic CPU device to be registered for each present CPU, and make all these architectures select it.
Richard Weinberger <richard@nod.at> covered UML and suggested using per_cpu.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/arch/xtensa/ |
H A D | Kconfig | diff 9f13a1fd452f11c18004ba2422a6384b424ec8a9 Mon Jan 09 21:04:32 CST 2012 Ben Hutchings <ben@decadent.org.uk> cpu: Register a generic CPU device on architectures that currently do not
frv, h8300, m68k, microblaze, openrisc, score, um and xtensa currently do not register a CPU device. Add the config option GENERIC_CPU_DEVICES which causes a generic CPU device to be registered for each present CPU, and make all these architectures select it.
Richard Weinberger <richard@nod.at> covered UML and suggested using per_cpu.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|