Module Name:    src
Committed By:   maxv
Date:           Thu Dec 21 14:32:06 UTC 2017

Modified Files:
        src/sys/arch/amd64/stand/prekern: mm.c

Log Message:
Remove unused macros.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/amd64/stand/prekern/mm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/stand/prekern/mm.c
diff -u src/sys/arch/amd64/stand/prekern/mm.c:1.20 src/sys/arch/amd64/stand/prekern/mm.c:1.21
--- src/sys/arch/amd64/stand/prekern/mm.c:1.20	Sun Nov 26 14:29:48 2017
+++ src/sys/arch/amd64/stand/prekern/mm.c	Thu Dec 21 14:32:06 2017
@@ -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] = {

Reply via email to