Not used in current Kernel.
result = lv1_shutdown_logical_partition( /*IN*/ p1 );
| Inputs | |
|---|---|
| Register | Description |
| R3 | p1 - shutdown command (see notes) |
| Outputs | |
| Register | Description |
| R3 | Status? |
Notes:
Comment from kboot-10/dl/linux-2.6.16/include/asm-powerpc/lv1call.h (kboot-20061208)
/* values for lv1_shutdown_logical_partition */ #define LV1_SHUTDOWN_LP_HALT 1 #define LV1_SHUTDOWN_LP_POWER_OFF 2 #define LV1_SHUTDOWN_LP_RESTART 3