Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm the ARMLinux ARM-specific range was moved t...



details:   https://anonhg.NetBSD.org/src/rev/b069e297c1b0
branches:  trunk
changeset: 568813:b069e297c1b0
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Aug 01 14:19:00 2004 +0000

description:
the ARMLinux ARM-specific range was moved to offset 0x180 in the NetBSD
syscall table (sync with rev. 1.7 of sys/compat/linux/arch/arm/syscalls.master)

diffstat:

 sys/arch/arm/arm/linux_syscall.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r aaf7bb30543c -r b069e297c1b0 sys/arch/arm/arm/linux_syscall.c
--- a/sys/arch/arm/arm/linux_syscall.c  Sun Aug 01 14:17:19 2004 +0000
+++ b/sys/arch/arm/arm/linux_syscall.c  Sun Aug 01 14:19:00 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_syscall.c,v 1.10 2003/10/31 03:28:12 simonb Exp $        */
+/*     $NetBSD: linux_syscall.c,v 1.11 2004/08/01 14:19:00 jdolecek Exp $      */
 
 /*-
  * Copyright (c) 2000, 2003 The NetBSD Foundation, Inc.
@@ -80,7 +80,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: linux_syscall.c,v 1.10 2003/10/31 03:28:12 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscall.c,v 1.11 2004/08/01 14:19:00 jdolecek Exp $");
 
 #include <sys/device.h>
 #include <sys/errno.h>
@@ -108,7 +108,7 @@
 
 /* ARMLinux has some system calls of its very own. */
 #define LINUX_ARM_NR_BASE      0x9f0000
-#define LINUX_SYS_ARMBASE      0x000100 /* Must agree with syscalls.master */
+#define LINUX_SYS_ARMBASE      0x000180 /* Must agree with syscalls.master */
 
 void linux_syscall_intern(struct proc *);
 void linux_syscall_plain(struct trapframe *, struct lwp *, u_int32_t);



Home | Main Index | Thread Index | Old Index