Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcarm/hpcarm Delete unused define.



details:   https://anonhg.NetBSD.org/src/rev/3a2cf374cb73
branches:  trunk
changeset: 766477:3a2cf374cb73
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Thu Jun 23 12:38:02 2011 +0000

description:
Delete unused define.

diffstat:

 sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 000595715c7d -r 3a2cf374cb73 sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
--- a/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c       Thu Jun 23 12:16:36 2011 +0000
+++ b/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c       Thu Jun 23 12:38:02 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pxa2x0_hpc_machdep.c,v 1.10 2011/06/21 15:23:57 kiyohara Exp $ */
+/*     $NetBSD: pxa2x0_hpc_machdep.c,v 1.11 2011/06/23 12:38:02 nonaka Exp $   */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.10 2011/06/21 15:23:57 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.11 2011/06/23 12:38:02 nonaka Exp $");
 
 #include "opt_ddb.h"
 #include "opt_dram_pages.h"
@@ -150,8 +150,7 @@
 
 #define        KERNEL_PT_VMEM          0       /* Page table for mapping video memory */
 #define        KERNEL_PT_SYS           1       /* Page table for mapping proc0 zero page */
-#define        KERNEL_PT_IO            2       /* Page table for mapping IO */
-#define        KERNEL_PT_KERNEL        3       /* Page table for mapping kernel */
+#define        KERNEL_PT_KERNEL        2       /* Page table for mapping kernel */
 #define        KERNEL_PT_KERNEL_NUM    4
 #define        KERNEL_PT_VMDATA        (KERNEL_PT_KERNEL + KERNEL_PT_KERNEL_NUM)
                                        /* Page tables for mapping kernel VM */



Home | Main Index | Thread Index | Old Index