Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/stand/prekern Remove unused macros.



details:   https://anonhg.NetBSD.org/src/rev/163b687d8aea
branches:  trunk
changeset: 358320:163b687d8aea
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Dec 21 14:32:06 2017 +0000

description:
Remove unused macros.

diffstat:

 sys/arch/amd64/stand/prekern/mm.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 36eaef84f0d0 -r 163b687d8aea sys/arch/amd64/stand/prekern/mm.c
--- a/sys/arch/amd64/stand/prekern/mm.c Thu Dec 21 14:28:39 2017 +0000
+++ b/sys/arch/amd64/stand/prekern/mm.c Thu Dec 21 14:32:06 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mm.c,v 1.20 2017/11/26 14:29:48 maxv Exp $     */
+/*     $NetBSD: mm.c,v 1.21 2017/12/21 14:32:06 maxv Exp $     */
 
 /*
  * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
@@ -30,10 +30,6 @@
 
 #include "prekern.h"
 
-#define PAD_TEXT       0xCC
-#define PAD_RODATA     0x00
-#define PAD_DATA       0x00
-
 #define ELFROUND       64
 
 static const uint8_t pads[4] = {



Home | Main Index | Thread Index | Old Index