patch-2.2.12 linux/arch/m68k/kernel/process.c
Next file: linux/arch/ppc/boot/Makefile
Previous file: linux/arch/i386/kernel/setup.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Aug 25 17:29:46 1999
- Orig file:
v2.2.11/linux/arch/m68k/kernel/process.c
- Orig date:
Tue May 11 09:57:14 1999
diff -u --recursive --new-file v2.2.11/linux/arch/m68k/kernel/process.c linux/arch/m68k/kernel/process.c
@@ -40,7 +40,6 @@
*/
static struct vm_area_struct init_mmap = INIT_MMAP;
static struct fs_struct init_fs = INIT_FS;
-static struct file * init_fd_array[NR_OPEN] = { NULL, };
static struct files_struct init_files = INIT_FILES;
static struct signal_struct init_signals = INIT_SIGNALS;
struct mm_struct init_mm = INIT_MM;
@@ -87,9 +86,6 @@
void machine_power_off(void)
{
-#if defined(CONFIG_APM) && defined(CONFIG_APM_POWER_OFF)
- apm_set_power_state(APM_STATE_OFF);
-#endif
}
void show_regs(struct pt_regs * regs)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)