11 Dec, 2006
1 commit
-
This is required for ipmi_poweroff.c to work as a module.
Signed-off-by: Ralf Baechle
07 Feb, 2006
3 commits
-
Signed-off-by: Ralf Baechle
-
Several boards don't initialize the pointers, so let's play safe.
Signed-off-by: Ralf Baechle
-
pm_power_off duplicates the functionality of _machine_restart.
This reverts b142159fa5ffbad73b6927fafa5440148030f3f1 commit.
17 Jan, 2006
1 commit
-
Adds pm_power_off() to MIPS.
Signed-off-by: Yoichi Yuasa
Cc: Ralf Baechle
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
27 Jul, 2005
1 commit
-
machine_restart, machine_halt and machine_power_off are machine
specific hooks deep into the reboot logic, that modules
have no business messing with. Usually code should be calling
kernel_restart, kernel_halt, kernel_power_off, or
emergency_restart. So don't export machine_restart,
machine_halt, and machine_power_off so we can catch buggy users.Signed-off-by: Eric W. Biederman
Signed-off-by: Linus Torvalds
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!