This commit was generated by cvs2svn to compensate for changes in r721,
authorMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 8 Aug 2005 21:19:50 +0000 (21:19 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 8 Aug 2005 21:19:50 +0000 (21:19 +0000)
which included commits to RCS files with non-trunk default branches.

kernel/vserver/vci_config.h

index 8d55a49..8c9838c 100644 (file)
@@ -8,6 +8,8 @@ enum {
        VCI_KCBIT_HARDCPU,
        VCI_KCBIT_HARDCPU_IDLE,
 
+       VCI_KCBIT_LEGACY_VERSION,
+
        VCI_KCBIT_DEBUG = 16,
        VCI_KCBIT_HISTORY = 20,
        VCI_KCBIT_TAGXID = 24,
@@ -24,6 +26,9 @@ static inline uint32_t vci_kernel_config(void)
 #ifdef CONFIG_VSERVER_LEGACYNET
        (1 << VCI_KCBIT_LEGACYNET) |
 #endif
+#ifdef CONFIG_VSERVER_LEGACY_VERSION
+       (1 << VCI_KCBIT_LEGACY_VERSION) |
+#endif
 
        /* configured features */
 #ifdef CONFIG_VSERVER_PROC_SECURE