patch-2.4.4 linux/arch/arm/boot/compressed/ofw-shark.c
Next file: linux/arch/arm/boot/compressed/setup-sa1100.S
Previous file: linux/arch/arm/boot/compressed/ll_char_wr.S
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Thu Apr 12 12:03:50 2001
- Orig file:
v2.4.3/linux/arch/arm/boot/compressed/ofw-shark.c
- Orig date:
Thu Feb 8 16:32:44 2001
diff -u --recursive --new-file v2.4.3/linux/arch/arm/boot/compressed/ofw-shark.c linux/arch/arm/boot/compressed/ofw-shark.c
@@ -1,7 +1,7 @@
/*
* linux/arch/arm/boot/compressed/ofw-shark.c
*
- * by Alexander.Schulz@stud.uni-karlsruhe.de
+ * by Alexander Schulz <aschulz@netwinder.org>
*
* This file is used to get some basic information
* about the memory layout of the shark we are running
@@ -11,6 +11,7 @@
#include <linux/kernel.h>
+#include <linux/types.h>
#include <asm/setup.h>
#include <asm/page.h>
@@ -18,7 +19,7 @@
asmlinkage void
create_params (unsigned long *buffer)
{
- /* Is there a better address? Also change in kernel/arch.c */
+ /* Is there a better address? Also change in mach-shark/arch.c */
struct param_struct *params = (struct param_struct *) 0x08003000;
int j,i,m,k,nr_banks,size;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)