Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86_64 Revert revision 1.3.
details: https://anonhg.NetBSD.org/src/rev/9689cd0d20bf
branches: trunk
changeset: 526457:9689cd0d20bf
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri May 03 17:52:17 2002 +0000
description:
Revert revision 1.3.
diffstat:
sys/arch/x86_64/conf/std.x86_64 | 3 +--
sys/arch/x86_64/include/types.h | 5 +----
2 files changed, 2 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 8180c1d05df3 -r 9689cd0d20bf sys/arch/x86_64/conf/std.x86_64
--- a/sys/arch/x86_64/conf/std.x86_64 Fri May 03 17:51:10 2002 +0000
+++ b/sys/arch/x86_64/conf/std.x86_64 Fri May 03 17:52:17 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.x86_64,v 1.3 2002/05/03 00:06:56 eeh Exp $
+# $NetBSD: std.x86_64,v 1.4 2002/05/03 17:52:17 thorpej Exp $
#
# standard, required NetBSD/x86_64 'options'
@@ -6,4 +6,3 @@
options EXEC_ELF64 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
-options _LP64 # This is a 64-bit architecture
diff -r 8180c1d05df3 -r 9689cd0d20bf sys/arch/x86_64/include/types.h
--- a/sys/arch/x86_64/include/types.h Fri May 03 17:51:10 2002 +0000
+++ b/sys/arch/x86_64/include/types.h Fri May 03 17:52:17 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.3 2002/05/03 00:06:56 eeh Exp $ */
+/* $NetBSD: types.h,v 1.4 2002/05/03 17:53:32 thorpej Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -49,9 +49,6 @@
/* NB: This should probably be if defined(_KERNEL) */
#if !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)
-#ifndef _LP64
-#define _LP64 1
-#endif
typedef unsigned long paddr_t;
typedef unsigned long psize_t;
typedef unsigned long vaddr_t;
Home |
Main Index |
Thread Index |
Old Index