Source-Changes-HG archive

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

[src/uebayasi-xip]: src/sys/conf Make device page handling another kernel opt...



details:   https://anonhg.NetBSD.org/src/rev/02644391018e
branches:  uebayasi-xip
changeset: 751551:02644391018e
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Feb 10 02:10:28 2010 +0000

description:
Make device page handling another kernel option.  XIP depends on it.

diffstat:

 sys/conf/files |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r c7d253a6aaf6 -r 02644391018e sys/conf/files
--- a/sys/conf/files    Tue Feb 09 14:12:00 2010 +0000
+++ b/sys/conf/files    Wed Feb 10 02:10:28 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.974.2.1 2010/02/08 05:01:09 uebayasi Exp $
+#      $NetBSD: files,v 1.974.2.2 2010/02/10 02:10:28 uebayasi Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20090313
@@ -116,8 +116,10 @@
 defflag opt_wapbl.h            WAPBL WAPBL_DEBUG
 defparam opt_wapbl.h           WAPBL_DEBUG_PRINT
 
+defflag opt_device_page.h      DEVICE_PAGE
+
 # eXecute In Place
-defflag opt_xip.h              XIP
+defflag opt_xip.h              XIP: DEVICE_PAGE
 
 # compatibility options
 #



Home | Main Index | Thread Index | Old Index