Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/atari Remove obsolete stuff.
details: https://anonhg.NetBSD.org/src/rev/d49fa8f0adb8
branches: trunk
changeset: 999998:d49fa8f0adb8
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jun 29 03:22:52 2019 +0000
description:
Remove obsolete stuff.
diffstat:
sys/arch/atari/atari/machdep.c | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diffs (45 lines):
diff -r 924aeaaf92a7 -r d49fa8f0adb8 sys/arch/atari/atari/machdep.c
--- a/sys/arch/atari/atari/machdep.c Sat Jun 29 03:19:49 2019 +0000
+++ b/sys/arch/atari/atari/machdep.c Sat Jun 29 03:22:52 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.179 2019/06/29 03:19:49 tsutsui Exp $ */
+/* $NetBSD: machdep.c,v 1.180 2019/06/29 03:22:52 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.179 2019/06/29 03:19:49 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.180 2019/06/29 03:22:52 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_compat_netbsd.h"
@@ -70,13 +70,8 @@
#include <sys/exec.h>
#include <sys/exec_aout.h>
#include <sys/cpu.h>
-#if defined(DDB) && defined(__ELF__)
#include <sys/exec_elf.h>
-#endif
-#undef PS /* XXX netccitt/pk.h conflict with machine/reg.h? */
-
-#define MAXMEM 64*1024 /* XXX - from cmap.h */
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>
@@ -163,12 +158,8 @@
extern int end;
extern int *esym;
-#ifndef __ELF__
- ksyms_addsyms_elf(*(int *)&end, ((int *)&end) + 1, esym);
-#else
ksyms_addsyms_elf((int)esym - (int)&end - sizeof(Elf32_Ehdr),
(void *)&end, esym);
-#endif
}
#endif
#if defined (DDB)
Home |
Main Index |
Thread Index |
Old Index