We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d577d commit 6769828Copy full SHA for 6769828
arch/parisc/kernel/process.c
@@ -112,14 +112,6 @@ void machine_restart(char *cmd)
112
113
}
114
115
-void machine_halt(void)
116
-{
117
- /*
118
- ** The LED/ChassisCodes are updated by the led_halt()
119
- ** function, called by the reboot notifier chain.
120
- */
121
-}
122
-
123
void (*chassis_power_off)(void);
124
125
/*
@@ -158,6 +150,11 @@ void machine_power_off(void)
158
150
void (*pm_power_off)(void);
159
151
EXPORT_SYMBOL(pm_power_off);
160
152
153
+void machine_halt(void)
154
+{
155
+ machine_power_off();
156
+}
157
+
161
void flush_thread(void)
162
{
163
/* Only needs to handle fpu stuff or perf monitors.
0 commit comments