diff options
author | 1999-10-29 14:36:02 +0000 | |
---|---|---|
committer | 1999-10-29 14:36:02 +0000 | |
commit | f7857bc30df366f8868a6e450ffbbc5c032cc364 (patch) | |
tree | 80d465f3c5e68a2e0109a0ee31d74839f4b7df70 | |
parent | UVM is now default on sparc. (diff) | |
download | wireguard-openbsd-f7857bc30df366f8868a6e450ffbbc5c032cc364.tar.xz wireguard-openbsd-f7857bc30df366f8868a6e450ffbbc5c032cc364.zip |
Remove dead code.
!MACHINE_NONCONTIG && !MACHINE_NEW_NONCONTIG will not work anyway.
-rw-r--r-- | sys/arch/sparc/sparc/machdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c index 7d623c0ed66..5c697466a18 100644 --- a/sys/arch/sparc/sparc/machdep.c +++ b/sys/arch/sparc/sparc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.41 1999/09/07 03:42:48 jason Exp $ */ +/* $OpenBSD: machdep.c,v 1.42 1999/10/29 14:36:02 art Exp $ */ /* $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */ /* @@ -119,7 +119,6 @@ vm_map_t phys_map = NULL; #else vm_map_t buffer_map; #endif -extern vaddr_t avail_end; /* * Declare these as initialized data so we can patch them. @@ -192,9 +191,6 @@ cpu_startup() */ printf(version); /*identifycpu();*/ -#if !defined(MACHINE_NONCONTIG) && !defined(MACHINE_NEW_NONCONTIG) - physmem = btoc(avail_end); -#endif printf("real mem = %d\n", ctob(physmem)); /* |