Print this page
OS-4915 want FX high priority zone configuration option
OS-4925 ps pri shows misleading value for zone in RT scheduling class
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>

@@ -19,11 +19,11 @@
  * CDDL HEADER END
  */
 
 /*
  * Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright 2013, Joyent, Inc. All rights reserved.
+ * Copyright 2015, Joyent, Inc.
  */
 
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/sysmacros.h>

@@ -69,20 +69,10 @@
 static struct modlinkage modlinkage = {
         MODREV_1, (void *)&modlsched, NULL
 };
 
 
-/*
- * control flags (kparms->fx_cflags).
- */
-#define FX_DOUPRILIM    0x01    /* change user priority limit */
-#define FX_DOUPRI       0x02    /* change user priority */
-#define FX_DOTQ         0x04    /* change FX time quantum */
-
-
-#define FXMAXUPRI 60            /* maximum user priority setting */
-
 #define FX_MAX_UNPRIV_PRI       0       /* maximum unpriviledge priority */
 
 /*
  * The fxproc_t structures that have a registered callback vector,
  * are also kept in an array of circular doubly linked lists. A hash on