patch-2.4.0-test7 linux/arch/arm/kernel/armksyms.c
Next file: linux/arch/arm/kernel/bios32.c
Previous file: linux/arch/arm/kernel/arch.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Sun Aug 13 09:54:15 2000
- Orig file:
v2.4.0-test6/linux/arch/arm/kernel/armksyms.c
- Orig date:
Wed Aug 9 19:19:49 2000
diff -u --recursive --new-file v2.4.0-test6/linux/arch/arm/kernel/armksyms.c linux/arch/arm/kernel/armksyms.c
@@ -23,6 +23,7 @@
#include <asm/system.h>
#include <asm/uaccess.h>
#include <asm/checksum.h>
+#include <asm/mach-types.h>
extern void dump_thread(struct pt_regs *, struct user *);
extern int dump_fpu(struct pt_regs *, struct user_fp_struct *);
@@ -187,16 +188,17 @@
EXPORT_SYMBOL(__arch_copy_to_user);
EXPORT_SYMBOL(__arch_clear_user);
EXPORT_SYMBOL(__arch_strnlen_user);
-#elif defined(CONFIG_CPU_26)
-EXPORT_SYMBOL(uaccess_kernel);
-EXPORT_SYMBOL(uaccess_user);
-#endif
/* consistent area handling */
EXPORT_SYMBOL(pci_alloc_consistent);
EXPORT_SYMBOL(consistent_alloc);
EXPORT_SYMBOL(consistent_free);
EXPORT_SYMBOL(consistent_sync);
+
+#elif defined(CONFIG_CPU_26)
+EXPORT_SYMBOL(uaccess_kernel);
+EXPORT_SYMBOL(uaccess_user);
+#endif
/* gcc lib functions */
EXPORT_SYMBOL_NOVERS(__gcc_bcmp);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)