patch-2.4.2 linux/arch/alpha/kernel/osf_sys.c
Next file: linux/arch/alpha/kernel/pci-noop.c
Previous file: linux/arch/alpha/kernel/irq_alpha.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Feb 9 11:29:44 2001
- Orig file:
v2.4.1/linux/arch/alpha/kernel/osf_sys.c
- Orig date:
Sat Feb 3 19:51:21 2001
diff -u --recursive --new-file v2.4.1/linux/arch/alpha/kernel/osf_sys.c linux/arch/alpha/kernel/osf_sys.c
@@ -19,7 +19,7 @@
#include <linux/stddef.h>
#include <linux/unistd.h>
#include <linux/ptrace.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/user.h>
#include <linux/a.out.h>
#include <linux/utsname.h>
@@ -74,8 +74,10 @@
mm = current->mm;
mm->end_code = bss_start + bss_len;
mm->brk = bss_start + bss_len;
+#if 0
printk("set_program_attributes(%lx %lx %lx %lx)\n",
text_start, text_len, bss_start, bss_len);
+#endif
unlock_kernel();
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)