Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/lib Remove unused #define.



details:   https://anonhg.NetBSD.org/src/rev/c85e2196a8cf
branches:  trunk
changeset: 582806:c85e2196a8cf
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Wed Jul 06 19:27:50 2005 +0000

description:
Remove unused #define.

diffstat:

 sys/arch/i386/stand/lib/biosmem.S |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r ede24a0953ee -r c85e2196a8cf sys/arch/i386/stand/lib/biosmem.S
--- a/sys/arch/i386/stand/lib/biosmem.S Wed Jul 06 19:24:08 2005 +0000
+++ b/sys/arch/i386/stand/lib/biosmem.S Wed Jul 06 19:27:50 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: biosmem.S,v 1.6 2003/02/01 14:48:18 dsl Exp $  */
+/*     $NetBSD: biosmem.S,v 1.7 2005/07/06 19:27:50 junyoung Exp $     */
 
 /*
  * Copyright (c) 1996
@@ -31,12 +31,9 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  */
-       
 
 #include <machine/asm.h>
 
-#define        data32  .byte 0x66
-
        .text
 
 /* get mem below 1M, in kByte */



Home | Main Index | Thread Index | Old Index