Searched hist:"05 ccf19602cc16fc96401b4f2617d1b8e20e642d" (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/mach-tegra/ |
H A D | hotplug.c | diff 05ccf19602cc16fc96401b4f2617d1b8e20e642d Fri Jul 11 11:00:37 CEST 2014 Thierry Reding <treding@nvidia.com> ARM: tegra: Setup CPU hotplug in a pure initcall
CPU hotplug support doesn't have to be set up until fairly late in the boot process, so it can be done in a regular initcall. To make sure that we don't miss any ordering problems in the future, output a warning if any of the functions are called before initialization has completed.
This is part of untangling the boot order dependencies on Tegra so that more code can be shared between 32-bit and 64-bit ARM.
Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | sleep.h | diff 05ccf19602cc16fc96401b4f2617d1b8e20e642d Fri Jul 11 11:00:37 CEST 2014 Thierry Reding <treding@nvidia.com> ARM: tegra: Setup CPU hotplug in a pure initcall
CPU hotplug support doesn't have to be set up until fairly late in the boot process, so it can be done in a regular initcall. To make sure that we don't miss any ordering problems in the future, output a warning if any of the functions are called before initialization has completed.
This is part of untangling the boot order dependencies on Tegra so that more code can be shared between 32-bit and 64-bit ARM.
Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | tegra.c | diff 05ccf19602cc16fc96401b4f2617d1b8e20e642d Fri Jul 11 11:00:37 CEST 2014 Thierry Reding <treding@nvidia.com> ARM: tegra: Setup CPU hotplug in a pure initcall
CPU hotplug support doesn't have to be set up until fairly late in the boot process, so it can be done in a regular initcall. To make sure that we don't miss any ordering problems in the future, output a warning if any of the functions are called before initialization has completed.
This is part of untangling the boot order dependencies on Tegra so that more code can be shared between 32-bit and 64-bit ARM.
Signed-off-by: Thierry Reding <treding@nvidia.com>
|